#E0C170

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

Shades of Chenin #E0C170

Tints of Chenin #E0C170

Color information

#E0C170 (or 0xE0C170) is unknown color: approx Chenin. HEX triplet: E0, C1 and 70. RGB value is (224,193,112). Sum of RGB (Red+Green+Blue) = 224+193+112=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 112 (44.14% from 255 or 21.17% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C170 is #1F3E8F. Grayscale: #C1C1C1. Windows color (decimal): -2047632 or 7389664. OLE color: 7389664.

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

Color convert

RGB224193112-
CMYK00.140.500.12
HSL43.39º64.37%65.88%-
HSV(B)43.39º50%87.84%-
XYZ52.7455.1623.2-
YUV193.0482.27150.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.34%
GREEN value IS 193 (75.78% from 255) = 36.48%
BLUE value IS 112 (44.14% from 255) = 21.17%
R=42.34%
G=36.48%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419311200.140.500.1243.3964.3765.88
HexE0C1700E32C2b4042
Octal340301160016621453100102
Binary1110000011000001111000001110110010110010101110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C170; }

 p { color: rgb(224,193,112); }

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

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

 a { background-color: rgb(224,193,112); }

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

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

 span { border-color: rgb(224,193,112); }

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