#EAB73C

Color #EAB73C Tulip Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tulip Tree #EAB73C

Tints of Tulip Tree #EAB73C

Color information

#EAB73C (or 0xEAB73C) is unknown color: approx Tulip Tree. HEX triplet: EA, B7 and 3C. RGB value is (234,183,60). Sum of RGB (Red+Green+Blue) = 234+183+60=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 60 (23.83% from 255 or 12.58% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB73C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB73C is #1548C3. Grayscale: #B8B8B8. Windows color (decimal): -1394884 or 3979242. OLE color: 3979242.

HSL color Cylindrical-coordinate representation of color #EAB73C: hue angle of 42.41º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EAB73C is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB23418360-
CMYK00.220.740.08
HSL42.41º80.56%57.65%-
HSV(B)42.41º74.36%91.76%-
XYZ51.6851.6911.53-
YUV184.2357.9163.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 49.06%
GREEN value IS 183 (71.88% from 255) = 38.36%
BLUE value IS 60 (23.83% from 255) = 12.58%
R=49.06%
G=38.36%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341836000.220.740.0842.4180.5657.65
HexEAB73C0164A82a513a
Octal35226774026112105212172
Binary1110101010110111111100010110100101010001010101010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB73C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB73C; }

 p { color: rgb(234,183,60); }

 H1.HeaderClassName
 {
   color: #EAB73C;
 }
 .AnyTagClassName
 {
   color: #EAB73C;
 }
</style>
background-color css

<style>
 a { background-color: #EAB73C; }

 a { background-color: rgb(234,183,60); }

 div.DivClassName
 {
   background-color: #EAB73C;
 }
 .BgClassName
 {
   background-color: #EAB73C;
 }
</style>
border-color css

<style>
 span { border-color: #EAB73C; }

 span { border-color: rgb(234,183,60); }

 td.TdClassName
 {
   border-color: #EAB73C;
 }
 .TagClassName
 {
   border-color: #EAB73C;
 }
</style>