#E2CB76

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

Shades of Chenin #E2CB76

Tints of Chenin #E2CB76

Color information

#E2CB76 (or 0xE2CB76) is unknown color: approx Chenin. HEX triplet: E2, CB and 76. RGB value is (226,203,118). Sum of RGB (Red+Green+Blue) = 226+203+118=547 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.32% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 118 (46.48% from 255 or 21.57% from 547); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CB76 is #1D3489. Grayscale: #C8C8C8. Windows color (decimal): -1913994 or 7785442. OLE color: 7785442.

HSL color Cylindrical-coordinate representation of color #E2CB76: hue angle of 47.22º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E2CB76 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB226203118-
CMYK00.100.480.11
HSL47.22º65.06%67.45%-
HSV(B)47.22º47.79%88.63%-
XYZ55.9960.1925.81-
YUV200.1981.62146.41-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.32%
GREEN value IS 203 (79.69% from 255) = 37.11%
BLUE value IS 118 (46.48% from 255) = 21.57%
R=41.32%
G=37.11%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620311800.100.480.1147.2265.0667.45
HexE2CB760A30B2f4143
Octal342313166012601357101103
Binary1110001011001011111011001010110000101110111110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CB76; }

 p { color: rgb(226,203,118); }

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

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

 a { background-color: rgb(226,203,118); }

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

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

 span { border-color: rgb(226,203,118); }

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