#E2C870

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

Shades of Chenin #E2C870

Tints of Chenin #E2C870

Color information

#E2C870 (or 0xE2C870) is unknown color: approx Chenin. HEX triplet: E2, C8 and 70. RGB value is (226,200,112). Sum of RGB (Red+Green+Blue) = 226+200+112=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 112 (44.14% from 255 or 20.82% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C870 is #1D378F. Grayscale: #C6C6C6. Windows color (decimal): -1914768 or 7391458. OLE color: 7391458.

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

Color convert

RGB226200112-
CMYK00.120.500.11
HSL46.32º66.28%66.27%-
HSV(B)46.32º50.44%88.63%-
XYZ54.9458.6523.75-
YUV197.7479.61148.16-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.01%
GREEN value IS 200 (78.52% from 255) = 37.17%
BLUE value IS 112 (44.14% from 255) = 20.82%
R=42.01%
G=37.17%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620011200.120.500.1146.3266.2866.27
HexE2C8700C32B2e4242
Octal342310160014621356102102
Binary1110001011001000111000001100110010101110111010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C870; }

 p { color: rgb(226,200,112); }

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

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

 a { background-color: rgb(226,200,112); }

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

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

 span { border-color: rgb(226,200,112); }

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