#E4AE42

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

Shades of Tulip Tree #E4AE42

Tints of Tulip Tree #E4AE42

Color information

#E4AE42 (or 0xE4AE42) is unknown color: approx Tulip Tree. HEX triplet: E4, AE and 42. RGB value is (228,174,66). Sum of RGB (Red+Green+Blue) = 228+174+66=468 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.72% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 66 (26.17% from 255 or 14.10% from 468); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AE42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4AE42 is #1B51BD. Grayscale: #B2B2B2. Windows color (decimal): -1790398 or 4370148. OLE color: 4370148.

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

Color convert

RGB22817466-
CMYK00.240.710.11
HSL40º75%57.65%-
HSV(B)40º71.05%89.41%-
XYZ48.1147.1611.72-
YUV177.8364.89163.78-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.72%
GREEN value IS 174 (68.36% from 255) = 37.18%
BLUE value IS 66 (26.17% from 255) = 14.10%
R=48.72%
G=37.18%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281746600.240.710.11407557.65
HexE4AE4201847B284b3a
Octal344256102030107135011372
Binary11100100101011101000010011000100011110111010001001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4AE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4AE42; }

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

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

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

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

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

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

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

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