#E0BC72

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

Shades of Chenin #E0BC72

Tints of Chenin #E0BC72

Color information

#E0BC72 (or 0xE0BC72) is unknown color: approx Chenin. HEX triplet: E0, BC and 72. RGB value is (224,188,114). Sum of RGB (Red+Green+Blue) = 224+188+114=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 114 (44.92% from 255 or 21.67% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BC72 is #1F438D. Grayscale: #BEBEBE. Windows color (decimal): -2048910 or 7519456. OLE color: 7519456.

HSL color Cylindrical-coordinate representation of color #E0BC72: hue angle of 40.36º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E0BC72 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB224188114-
CMYK00.160.490.12
HSL40.36º63.95%66.27%-
HSV(B)40.36º49.11%87.84%-
XYZ51.7653.0323.43-
YUV190.3384.93152.02-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.59%
GREEN value IS 188 (73.83% from 255) = 35.74%
BLUE value IS 114 (44.92% from 255) = 21.67%
R=42.59%
G=35.74%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418811400.160.490.1240.3663.9566.27
HexE0BC7201031C284042
Octal340274162020611450100102
Binary11100000101111001110010010000110001110010100010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BC72; }

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

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

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

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

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

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

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

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