#E1AE47

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

Shades of Tulip Tree #E1AE47

Tints of Tulip Tree #E1AE47

Color information

#E1AE47 (or 0xE1AE47) is unknown color: approx Tulip Tree. HEX triplet: E1, AE and 47. RGB value is (225,174,71). Sum of RGB (Red+Green+Blue) = 225+174+71=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 71 (28.12% from 255 or 15.11% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AE47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AE47 is #1E51B8. Grayscale: #B1B1B1. Windows color (decimal): -1987001 or 4697825. OLE color: 4697825.

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

Color convert

RGB22517471-
CMYK00.230.680.12
HSL40.13º71.96%58.04%-
HSV(B)40.13º68.44%88.24%-
XYZ47.3246.7312.49-
YUV177.5167.9161.88-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.87%
GREEN value IS 174 (68.36% from 255) = 37.02%
BLUE value IS 71 (28.12% from 255) = 15.11%
R=47.87%
G=37.02%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251747100.230.680.1240.1371.9658.04
HexE1AE4701744C28483a
Octal341256107027104145011072
Binary11100001101011101000111010111100010011001010001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AE47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AE47; }

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

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

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

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

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

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

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

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