#E8AE32

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

Shades of Tulip Tree #E8AE32

Tints of Tulip Tree #E8AE32

Color information

#E8AE32 (or 0xE8AE32) is unknown color: approx Tulip Tree. HEX triplet: E8, AE and 32. RGB value is (232,174,50). Sum of RGB (Red+Green+Blue) = 232+174+50=456 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.88% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 50 (19.92% from 255 or 10.96% from 456); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AE32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8AE32 is #1751CD. Grayscale: #B1B1B1. Windows color (decimal): -1528270 or 3321576. OLE color: 3321576.

HSL color Cylindrical-coordinate representation of color #E8AE32: hue angle of 40.88º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E8AE32 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB23217450-
CMYK00.250.780.09
HSL40.88º79.82%55.29%-
HSV(B)40.88º78.45%90.98%-
XYZ48.9947.669.63-
YUV177.2156.22167.08-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 50.88%
GREEN value IS 174 (68.36% from 255) = 38.16%
BLUE value IS 50 (19.92% from 255) = 10.96%
R=50.88%
G=38.16%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.78
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321745000.250.780.0940.8879.8255.29
HexE8AE320194E9295037
Octal35025662031116115112067
Binary1110100010101110110010011001100111010011010011010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AE32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AE32; }

 p { color: rgb(232,174,50); }

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

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

 a { background-color: rgb(232,174,50); }

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

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

 span { border-color: rgb(232,174,50); }

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