#E0C572

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

Shades of Chenin #E0C572

Tints of Chenin #E0C572

Color information

#E0C572 (or 0xE0C572) is unknown color: approx Chenin. HEX triplet: E0, C5 and 72. RGB value is (224,197,114). Sum of RGB (Red+Green+Blue) = 224+197+114=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 114 (44.92% from 255 or 21.31% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C572 is #1F3A8D. Grayscale: #C3C3C3. Windows color (decimal): -2046606 or 7521760. OLE color: 7521760.

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

Color convert

RGB224197114-
CMYK00.120.490.12
HSL45.27º63.95%66.27%-
HSV(B)45.27º49.11%87.84%-
XYZ53.7456.9924.09-
YUV195.6181.95148.25-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.87%
GREEN value IS 197 (77.34% from 255) = 36.82%
BLUE value IS 114 (44.92% from 255) = 21.31%
R=41.87%
G=36.82%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419711400.120.490.1245.2763.9566.27
HexE0C5720C31C2d4042
Octal340305162014611455100102
Binary1110000011000101111001001100110001110010110110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C572; }

 p { color: rgb(224,197,114); }

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

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

 a { background-color: rgb(224,197,114); }

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

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

 span { border-color: rgb(224,197,114); }

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