#E1B042

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

Shades of Tulip Tree #E1B042

Tints of Tulip Tree #E1B042

Color information

#E1B042 (or 0xE1B042) is unknown color: approx Tulip Tree. HEX triplet: E1, B0 and 42. RGB value is (225,176,66). Sum of RGB (Red+Green+Blue) = 225+176+66=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 66 (26.17% from 255 or 14.13% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1B042 is #1E4FBD. Grayscale: #B2B2B2. Windows color (decimal): -1986494 or 4370657. OLE color: 4370657.

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

Color convert

RGB22517666-
CMYK00.220.710.12
HSL41.51º72.6%57.06%-
HSV(B)41.51º70.67%88.24%-
XYZ47.5647.4511.81-
YUV178.1164.73161.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.18%
GREEN value IS 176 (69.14% from 255) = 37.69%
BLUE value IS 66 (26.17% from 255) = 14.13%
R=48.18%
G=37.69%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251766600.220.710.1241.5172.657.06
HexE1B04201647C2a4939
Octal341260102026107145211171
Binary11100001101100001000010010110100011111001010101001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B042; }

 p { color: rgb(225,176,66); }

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

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

 a { background-color: rgb(225,176,66); }

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

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

 span { border-color: rgb(225,176,66); }

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