#E2C770

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

Shades of Chenin #E2C770

Tints of Chenin #E2C770

Color information

#E2C770 (or 0xE2C770) is unknown color: approx Chenin. HEX triplet: E2, C7 and 70. RGB value is (226,199,112). Sum of RGB (Red+Green+Blue) = 226+199+112=537 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.09% from 537); Green value is 199 (78.12% from 255 or 37.06% from 537); Blue value is 112 (44.14% from 255 or 20.86% from 537); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C770 is #1D388F. Grayscale: #C5C5C5. Windows color (decimal): -1915024 or 7391202. OLE color: 7391202.

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

Color convert

RGB226199112-
CMYK00.120.500.11
HSL45.79º66.28%66.27%-
HSV(B)45.79º50.44%88.63%-
XYZ54.7158.1923.68-
YUV197.1679.95148.57-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.09%
GREEN value IS 199 (78.12% from 255) = 37.06%
BLUE value IS 112 (44.14% from 255) = 20.86%
R=42.09%
G=37.06%
B=20.86%

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
Decimal22619911200.120.500.1145.7966.2866.27
HexE2C7700C32B2e4242
Octal342307160014621356102102
Binary1110001011000111111000001100110010101110111010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C770; }

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

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

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

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

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

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

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

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