#EAA945

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

Shades of Tulip Tree #EAA945

Tints of Tulip Tree #EAA945

Color information

#EAA945 (or 0xEAA945) is unknown color: approx Tulip Tree. HEX triplet: EA, A9 and 45. RGB value is (234,169,69). Sum of RGB (Red+Green+Blue) = 234+169+69=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 69 (27.34% from 255 or 14.62% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA945 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA945 is #1556BA. Grayscale: #B1B1B1. Windows color (decimal): -1398459 or 4565482. OLE color: 4565482.

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

Color convert

RGB23416969-
CMYK00.280.710.08
HSL36.36º79.71%59.41%-
HSV(B)36.36º70.51%91.76%-
XYZ49.1946.311.97-
YUV177.0467.03168.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.58%
GREEN value IS 169 (66.41% from 255) = 35.81%
BLUE value IS 69 (27.34% from 255) = 14.62%
R=49.58%
G=35.81%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341696900.280.710.0836.3679.7159.41
HexEAA94501C47824503b
Octal352251105034107104412073
Binary11101010101010011000101011100100011110001001001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA945; }

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

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

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

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

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

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

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

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