#E8AA40

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

Shades of Tulip Tree #E8AA40

Tints of Tulip Tree #E8AA40

Color information

#E8AA40 (or 0xE8AA40) is unknown color: approx Tulip Tree. HEX triplet: E8, AA and 40. RGB value is (232,170,64). Sum of RGB (Red+Green+Blue) = 232+170+64=466 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.79% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 64 (25.39% from 255 or 13.73% from 466); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AA40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8AA40 is #1755BF. Grayscale: #B0B0B0. Windows color (decimal): -1529280 or 4238056. OLE color: 4238056.

HSL color Cylindrical-coordinate representation of color #E8AA40: hue angle of 37.86º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E8AA40 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB23217064-
CMYK00.270.720.09
HSL37.86º78.5%58.04%-
HSV(B)37.86º72.41%90.98%-
XYZ48.5846.2811.22-
YUV176.4564.54167.62-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.79%
GREEN value IS 170 (66.80% from 255) = 36.48%
BLUE value IS 64 (25.39% from 255) = 13.73%
R=49.79%
G=36.48%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321706400.270.720.0937.8678.558.04
HexE8AA4001B489264f3a
Octal350252100033110114611772
Binary11101000101010101000000011011100100010011001101001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AA40; }

 p { color: rgb(232,170,64); }

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

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

 a { background-color: rgb(232,170,64); }

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

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

 span { border-color: rgb(232,170,64); }

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