#EAB245

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

Shades of Tulip Tree #EAB245

Tints of Tulip Tree #EAB245

Color information

#EAB245 (or 0xEAB245) is unknown color: approx Tulip Tree. HEX triplet: EA, B2 and 45. RGB value is (234,178,69). Sum of RGB (Red+Green+Blue) = 234+178+69=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 69 (27.34% from 255 or 14.35% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB245 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB245 is #154DBA. Grayscale: #B6B6B6. Windows color (decimal): -1396155 or 4567786. OLE color: 4567786.

HSL color Cylindrical-coordinate representation of color #EAB245: hue angle of 39.64º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EAB245 is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB23417869-
CMYK00.240.710.08
HSL39.64º79.71%59.41%-
HSV(B)39.64º70.51%91.76%-
XYZ50.9349.7612.55-
YUV182.3264.05164.86-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.65%
GREEN value IS 178 (69.92% from 255) = 37.01%
BLUE value IS 69 (27.34% from 255) = 14.35%
R=48.65%
G=37.01%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341786900.240.710.0839.6479.7159.41
HexEAB24501847828503b
Octal352262105030107105012073
Binary11101010101100101000101011000100011110001010001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB245; }

 p { color: rgb(234,178,69); }

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

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

 a { background-color: rgb(234,178,69); }

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

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

 span { border-color: rgb(234,178,69); }

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