#E5AC42

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

Shades of Tulip Tree #E5AC42

Tints of Tulip Tree #E5AC42

Color information

#E5AC42 (or 0xE5AC42) is unknown color: approx Tulip Tree. HEX triplet: E5, AC and 42. RGB value is (229,172,66). Sum of RGB (Red+Green+Blue) = 229+172+66=467 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.04% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 66 (26.17% from 255 or 14.13% from 467); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AC42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AC42 is #1A53BD. Grayscale: #B1B1B1. Windows color (decimal): -1725374 or 4369637. OLE color: 4369637.

HSL color Cylindrical-coordinate representation of color #E5AC42: hue angle of 39.02º 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 #E5AC42 is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.10.

Color convert

RGB22917266-
CMYK00.250.710.10
HSL39.02º75.81%57.84%-
HSV(B)39.02º71.18%89.8%-
XYZ48.0546.5611.61-
YUV176.9665.38165.12-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.04%
GREEN value IS 172 (67.58% from 255) = 36.83%
BLUE value IS 66 (26.17% from 255) = 14.13%
R=49.04%
G=36.83%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.71
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291726600.250.710.1039.0275.8157.84
HexE5AC4201947A274c3a
Octal345254102031107124711472
Binary11100101101011001000010011001100011110101001111001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AC42; }

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

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

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

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

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

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

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

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