#eab53c

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

Shades of Tulip Tree #EAB53C

Tints of Tulip Tree #EAB53C

Color information

#EAB53C (or 0xEAB53C) is unknown color: approx Tulip Tree. HEX triplet: EA, B5 and 3C. RGB value is (234,181,60). Sum of RGB (Red+Green+Blue) = 234+181+60=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 60 (23.83% from 255 or 12.63% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB53C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB53C is #154AC3. Grayscale: #B7B7B7. Windows color (decimal): -1395396 or 3978730. OLE color: 3978730.

HSL color Cylindrical-coordinate representation of color #EAB53C: hue angle of 41.72º 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 #EAB53C is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB23418160-
CMYK00.230.740.08
HSL41.72º80.56%57.65%-
HSV(B)41.72º74.36%91.76%-
XYZ51.2750.8711.39-
YUV183.0558.56164.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.26%
GREEN value IS 181 (71.09% from 255) = 38.11%
BLUE value IS 60 (23.83% from 255) = 12.63%
R=49.26%
G=38.11%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341816000.230.740.0841.7280.5657.65
HexEAB53C0174A82a513a
Octal35226574027112105212172
Binary1110101010110101111100010111100101010001010101010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eab53c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eab53c; }

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

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

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

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

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

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

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

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