#EAA544

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

Shades of Tulip Tree #EAA544

Tints of Tulip Tree #EAA544

Color information

#EAA544 (or 0xEAA544) is unknown color: approx Tulip Tree. HEX triplet: EA, A5 and 44. RGB value is (234,165,68). Sum of RGB (Red+Green+Blue) = 234+165+68=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 68 (26.95% from 255 or 14.56% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA544 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA544 is #155ABB. Grayscale: #AFAFAF. Windows color (decimal): -1399484 or 4498922. OLE color: 4498922.

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

Color convert

RGB23416568-
CMYK00.290.710.08
HSL35.06º79.81%59.22%-
HSV(B)35.06º70.94%91.76%-
XYZ48.4344.8211.57-
YUV174.5767.86170.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.11%
GREEN value IS 165 (64.84% from 255) = 35.33%
BLUE value IS 68 (26.95% from 255) = 14.56%
R=50.11%
G=35.33%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341656800.290.710.0835.0679.8159.22
HexEAA54401D47823503b
Octal352245104035107104312073
Binary11101010101001011000100011101100011110001000111010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA544; }

 p { color: rgb(234,165,68); }

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

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

 a { background-color: rgb(234,165,68); }

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

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

 span { border-color: rgb(234,165,68); }

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