#E1A93C

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

Shades of Tulip Tree #E1A93C

Tints of Tulip Tree #E1A93C

Color information

#E1A93C (or 0xE1A93C) is unknown color: approx Tulip Tree. HEX triplet: E1, A9 and 3C. RGB value is (225,169,60). Sum of RGB (Red+Green+Blue) = 225+169+60=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 169 (66.41% from 255 or 37.22% from 454); Blue value is 60 (23.83% from 255 or 13.22% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A93C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A93C is #1E56C3. Grayscale: #ADADAD. Windows color (decimal): -1988292 or 3975649. OLE color: 3975649.

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

Color convert

RGB22516960-
CMYK00.250.730.12
HSL39.64º73.33%55.88%-
HSV(B)39.64º73.33%88.24%-
XYZ46.0544.7110.48-
YUV173.3264.05164.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.56%
GREEN value IS 169 (66.41% from 255) = 37.22%
BLUE value IS 60 (23.83% from 255) = 13.22%
R=49.56%
G=37.22%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251696000.250.730.1239.6473.3355.88
HexE1A93C01949C284938
Octal34125174031111145011170
Binary1110000110101001111100011001100100111001010001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A93C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A93C; }

 p { color: rgb(225,169,60); }

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

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

 a { background-color: rgb(225,169,60); }

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

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

 span { border-color: rgb(225,169,60); }

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