#E2C470

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

Shades of Chenin #E2C470

Tints of Chenin #E2C470

Color information

#E2C470 (or 0xE2C470) is unknown color: approx Chenin. HEX triplet: E2, C4 and 70. RGB value is (226,196,112). Sum of RGB (Red+Green+Blue) = 226+196+112=534 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.32% from 534); Green value is 196 (76.95% from 255 or 36.70% from 534); Blue value is 112 (44.14% from 255 or 20.97% from 534); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C470 is #1D3B8F. Grayscale: #C3C3C3. Windows color (decimal): -1915792 or 7390434. OLE color: 7390434.

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

Color convert

RGB226196112-
CMYK00.130.500.11
HSL44.21º66.28%66.27%-
HSV(B)44.21º50.44%88.63%-
XYZ54.0356.8223.45-
YUV195.3980.94149.83-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.32%
GREEN value IS 196 (76.95% from 255) = 36.70%
BLUE value IS 112 (44.14% from 255) = 20.97%
R=42.32%
G=36.70%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619611200.130.500.1144.2166.2866.27
HexE2C4700D32B2c4242
Octal342304160015621354102102
Binary1110001011000100111000001101110010101110110010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C470; }

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

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

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

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

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

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

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

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