#E1A342

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

Shades of Tulip Tree #E1A342

Tints of Tulip Tree #E1A342

Color information

#E1A342 (or 0xE1A342) is unknown color: approx Tulip Tree. HEX triplet: E1, A3 and 42. RGB value is (225,163,66). Sum of RGB (Red+Green+Blue) = 225+163+66=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 66 (26.17% from 255 or 14.54% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A342 is #1E5CBD. Grayscale: #AAAAAA. Windows color (decimal): -1989822 or 4367329. OLE color: 4367329.

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

Color convert

RGB22516366-
CMYK00.280.710.12
HSL36.6º72.6%57.06%-
HSV(B)36.6º70.67%88.24%-
XYZ45.1342.611-
YUV170.4869.04166.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.56%
GREEN value IS 163 (64.06% from 255) = 35.90%
BLUE value IS 66 (26.17% from 255) = 14.54%
R=49.56%
G=35.90%
B=14.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251636600.280.710.1236.672.657.06
HexE1A34201C47C254939
Octal341243102034107144511171
Binary11100001101000111000010011100100011111001001011001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A342; }

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

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

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

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

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

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

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

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