#E0C06C

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

Shades of Chenin #E0C06C

Tints of Chenin #E0C06C

Color information

#E0C06C (or 0xE0C06C) is unknown color: approx Chenin. HEX triplet: E0, C0 and 6C. RGB value is (224,192,108). Sum of RGB (Red+Green+Blue) = 224+192+108=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 108 (42.58% from 255 or 20.61% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C06C is #1F3F93. Grayscale: #C0C0C0. Windows color (decimal): -2047892 or 7127264. OLE color: 7127264.

HSL color Cylindrical-coordinate representation of color #E0C06C: hue angle of 43.45º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E0C06C is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB224192108-
CMYK00.140.520.12
HSL43.45º65.17%65.1%-
HSV(B)43.45º51.79%87.84%-
XYZ52.354.6321.98-
YUV191.9980.6150.83-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.75%
GREEN value IS 192 (75.39% from 255) = 36.64%
BLUE value IS 108 (42.58% from 255) = 20.61%
R=42.75%
G=36.64%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419210800.140.520.1243.4565.1765.1
HexE0C06C0E34C2b4141
Octal340300154016641453101101
Binary1110000011000000110110001110110100110010101110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C06C; }

 p { color: rgb(224,192,108); }

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

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

 a { background-color: rgb(224,192,108); }

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

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

 span { border-color: rgb(224,192,108); }

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