#E5AE42

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

Shades of Tulip Tree #E5AE42

Tints of Tulip Tree #E5AE42

Color information

#E5AE42 (or 0xE5AE42) is unknown color: approx Tulip Tree. HEX triplet: E5, AE and 42. RGB value is (229,174,66). Sum of RGB (Red+Green+Blue) = 229+174+66=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 66 (26.17% from 255 or 14.07% from 469); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AE42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AE42 is #1A51BD. Grayscale: #B2B2B2. Windows color (decimal): -1724862 or 4370149. OLE color: 4370149.

HSL color Cylindrical-coordinate representation of color #E5AE42: hue angle of 39.75º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E5AE42 is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.10.

Color convert

RGB22917466-
CMYK00.240.710.10
HSL39.75º75.81%57.84%-
HSV(B)39.75º71.18%89.8%-
XYZ48.4347.3211.74-
YUV178.1364.72164.28-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.83%
GREEN value IS 174 (68.36% from 255) = 37.10%
BLUE value IS 66 (26.17% from 255) = 14.07%
R=48.83%
G=37.10%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.71
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291746600.240.710.1039.7575.8157.84
HexE5AE4201847A284c3a
Octal345256102030107125011472
Binary11100101101011101000010011000100011110101010001001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AE42; }

 p { color: rgb(229,174,66); }

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

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

 a { background-color: rgb(229,174,66); }

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

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

 span { border-color: rgb(229,174,66); }

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