#E1B342

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

Shades of Tulip Tree #E1B342

Tints of Tulip Tree #E1B342

Color information

#E1B342 (or 0xE1B342) is unknown color: approx Tulip Tree. HEX triplet: E1, B3 and 42. RGB value is (225,179,66). Sum of RGB (Red+Green+Blue) = 225+179+66=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 66 (26.17% from 255 or 14.04% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B342 is #1E4CBD. Grayscale: #B4B4B4. Windows color (decimal): -1985726 or 4371425. OLE color: 4371425.

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

Color convert

RGB22517966-
CMYK00.200.710.12
HSL42.64º72.6%57.06%-
HSV(B)42.64º70.67%88.24%-
XYZ48.1548.6412-
YUV179.8763.74160.19-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.87%
GREEN value IS 179 (70.31% from 255) = 38.09%
BLUE value IS 66 (26.17% from 255) = 14.04%
R=47.87%
G=38.09%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251796600.200.710.1242.6472.657.06
HexE1B34201447C2b4939
Octal341263102024107145311171
Binary11100001101100111000010010100100011111001010111001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B342; }

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

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

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

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

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

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

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

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