#E2BC72

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

Shades of Chenin #E2BC72

Tints of Chenin #E2BC72

Color information

#E2BC72 (or 0xE2BC72) is unknown color: approx Chenin. HEX triplet: E2, BC and 72. RGB value is (226,188,114). Sum of RGB (Red+Green+Blue) = 226+188+114=528 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.80% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 114 (44.92% from 255 or 21.59% from 528); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BC72 is #1D438D. Grayscale: #BFBFBF. Windows color (decimal): -1917838 or 7519458. OLE color: 7519458.

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

Color convert

RGB226188114-
CMYK00.170.500.11
HSL39.64º65.88%66.67%-
HSV(B)39.64º49.56%88.63%-
XYZ52.3853.3523.46-
YUV190.9384.59153.02-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.80%
GREEN value IS 188 (73.83% from 255) = 35.61%
BLUE value IS 114 (44.92% from 255) = 21.59%
R=42.80%
G=35.61%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618811400.170.500.1139.6465.8866.67
HexE2BC7201132B284243
Octal342274162021621350102103
Binary11100010101111001110010010001110010101110100010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BC72; }

 p { color: rgb(226,188,114); }

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

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

 a { background-color: rgb(226,188,114); }

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

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

 span { border-color: rgb(226,188,114); }

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