#E0B045

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

Shades of Tulip Tree #E0B045

Tints of Tulip Tree #E0B045

Color information

#E0B045 (or 0xE0B045) is unknown color: approx Tulip Tree. HEX triplet: E0, B0 and 45. RGB value is (224,176,69). Sum of RGB (Red+Green+Blue) = 224+176+69=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 69 (27.34% from 255 or 14.71% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0B045 is #1F4FBA. Grayscale: #B2B2B2. Windows color (decimal): -2052027 or 4567264. OLE color: 4567264.

HSL color Cylindrical-coordinate representation of color #E0B045: hue angle of 41.42º 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 #E0B045 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB22417669-
CMYK00.210.690.12
HSL41.42º71.43%57.45%-
HSV(B)41.42º69.2%87.84%-
XYZ47.3447.3312.27-
YUV178.1566.4160.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.76%
GREEN value IS 176 (69.14% from 255) = 37.53%
BLUE value IS 69 (27.34% from 255) = 14.71%
R=47.76%
G=37.53%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241766900.210.690.1241.4271.4357.45
HexE0B04501545C294739
Octal340260105025105145110771
Binary11100000101100001000101010101100010111001010011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B045; }

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

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

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

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

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

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

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

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