#E5C06E

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

Shades of Chenin #E5C06E

Tints of Chenin #E5C06E

Color information

#E5C06E (or 0xE5C06E) is unknown color: approx Chenin. HEX triplet: E5, C0 and 6E. RGB value is (229,192,110). Sum of RGB (Red+Green+Blue) = 229+192+110=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 110 (43.36% from 255 or 20.72% from 531); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C06E is #1A3F91. Grayscale: #C2C2C2. Windows color (decimal): -1720210 or 7258341. OLE color: 7258341.

HSL color Cylindrical-coordinate representation of color #E5C06E: hue angle of 41.34º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5C06E is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB229192110-
CMYK00.160.520.10
HSL41.34º69.59%66.47%-
HSV(B)41.34º51.97%89.8%-
XYZ53.9855.4822.62-
YUV193.7280.76153.17-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.13%
GREEN value IS 192 (75.39% from 255) = 36.16%
BLUE value IS 110 (43.36% from 255) = 20.72%
R=43.13%
G=36.16%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919211000.160.520.1041.3469.5966.47
HexE5C06E01034A294642
Octal345300156020641251106102
Binary11100101110000001101110010000110100101010100110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C06E; }

 p { color: rgb(229,192,110); }

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

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

 a { background-color: rgb(229,192,110); }

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

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

 span { border-color: rgb(229,192,110); }

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