#E1AE40

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

Shades of Tulip Tree #E1AE40

Tints of Tulip Tree #E1AE40

Color information

#E1AE40 (or 0xE1AE40) is unknown color: approx Tulip Tree. HEX triplet: E1, AE and 40. RGB value is (225,174,64). Sum of RGB (Red+Green+Blue) = 225+174+64=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 64 (25.39% from 255 or 13.82% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AE40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AE40 is #1E51BF. Grayscale: #B1B1B1. Windows color (decimal): -1987008 or 4239073. OLE color: 4239073.

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

Color convert

RGB22517464-
CMYK00.230.720.12
HSL40.99º72.85%56.67%-
HSV(B)40.99º71.56%88.24%-
XYZ47.1146.6511.37-
YUV176.7164.4162.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.60%
GREEN value IS 174 (68.36% from 255) = 37.58%
BLUE value IS 64 (25.39% from 255) = 13.82%
R=48.60%
G=37.58%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251746400.230.720.1240.9972.8556.67
HexE1AE4001748C294939
Octal341256100027110145111171
Binary11100001101011101000000010111100100011001010011001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AE40; }

 p { color: rgb(225,174,64); }

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

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

 a { background-color: rgb(225,174,64); }

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

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

 span { border-color: rgb(225,174,64); }

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