#E1A62F

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

Shades of Tulip Tree #E1A62F

Tints of Tulip Tree #E1A62F

Color information

#E1A62F (or 0xE1A62F) is unknown color: approx Tulip Tree. HEX triplet: E1, A6 and 2F. RGB value is (225,166,47). Sum of RGB (Red+Green+Blue) = 225+166+47=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 47 (18.75% from 255 or 10.73% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A62F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A62F is #1E59D0. Grayscale: #AAAAAA. Windows color (decimal): -1989073 or 3122913. OLE color: 3122913.

HSL color Cylindrical-coordinate representation of color #E1A62F: hue angle of 40.11º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E1A62F is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB22516647-
CMYK00.260.790.12
HSL40.11º74.79%53.33%-
HSV(B)40.11º79.11%88.24%-
XYZ45.243.498.7-
YUV170.0858.55167.18-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.37%
GREEN value IS 166 (65.23% from 255) = 37.90%
BLUE value IS 47 (18.75% from 255) = 10.73%
R=51.37%
G=37.90%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.79
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251664700.260.790.1240.1174.7953.33
HexE1A62F01A4FC284b35
Octal34124657032117145011365
Binary1110000110100110101111011010100111111001010001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A62F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A62F; }

 p { color: rgb(225,166,47); }

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

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

 a { background-color: rgb(225,166,47); }

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

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

 span { border-color: rgb(225,166,47); }

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