#E0A845

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

Shades of Tulip Tree #E0A845

Tints of Tulip Tree #E0A845

Color information

#E0A845 (or 0xE0A845) is unknown color: approx Tulip Tree. HEX triplet: E0, A8 and 45. RGB value is (224,168,69). Sum of RGB (Red+Green+Blue) = 224+168+69=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 69 (27.34% from 255 or 14.97% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A845 is #1F57BA. Grayscale: #ADADAD. Windows color (decimal): -2054075 or 4565216. OLE color: 4565216.

HSL color Cylindrical-coordinate representation of color #E0A845: hue angle of 38.32º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E0A845 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB22416869-
CMYK00.250.690.12
HSL38.32º71.43%57.45%-
HSV(B)38.32º69.2%87.84%-
XYZ45.8244.2811.76-
YUV173.4669.05164.05-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.59%
GREEN value IS 168 (66.02% from 255) = 36.44%
BLUE value IS 69 (27.34% from 255) = 14.97%
R=48.59%
G=36.44%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241686900.250.690.1238.3271.4357.45
HexE0A84501945C264739
Octal340250105031105144610771
Binary11100000101010001000101011001100010111001001101000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A845; }

 p { color: rgb(224,168,69); }

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

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

 a { background-color: rgb(224,168,69); }

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

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

 span { border-color: rgb(224,168,69); }

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