#E0C071

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

Shades of Chenin #E0C071

Tints of Chenin #E0C071

Color information

#E0C071 (or 0xE0C071) is unknown color: approx Chenin. HEX triplet: E0, C0 and 71. RGB value is (224,192,113). Sum of RGB (Red+Green+Blue) = 224+192+113=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 113 (44.53% from 255 or 21.36% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C071 is #1F3F8E. Grayscale: #C0C0C0. Windows color (decimal): -2047887 or 7454944. OLE color: 7454944.

HSL color Cylindrical-coordinate representation of color #E0C071: hue angle of 42.7º 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 #E0C071 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB224192113-
CMYK00.140.500.12
HSL42.7º64.16%66.08%-
HSV(B)42.7º49.55%87.84%-
XYZ52.5754.7423.42-
YUV192.5683.1150.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.34%
GREEN value IS 192 (75.39% from 255) = 36.29%
BLUE value IS 113 (44.53% from 255) = 21.36%
R=42.34%
G=36.29%
B=21.36%

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
Decimal22419211300.140.500.1242.764.1666.08
HexE0C0710E32C2b4042
Octal340300161016621453100102
Binary1110000011000000111000101110110010110010101110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C071; }

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

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

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

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

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

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

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

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