#e0bf76

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

Shades of Chenin #E0BF76

Tints of Chenin #E0BF76

Color information

#E0BF76 (or 0xE0BF76) is unknown color: approx Chenin. HEX triplet: E0, BF and 76. RGB value is (224,191,118). Sum of RGB (Red+Green+Blue) = 224+191+118=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 118 (46.48% from 255 or 22.14% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BF76 is #1F4089. Grayscale: #C0C0C0. Windows color (decimal): -2048138 or 7782368. OLE color: 7782368.

HSL color Cylindrical-coordinate representation of color #E0BF76: hue angle of 41.32º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E0BF76 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB224191118-
CMYK00.150.470.12
HSL41.32º63.1%67.06%-
HSV(B)41.32º47.32%87.84%-
XYZ52.6454.4224.87-
YUV192.5485.93150.44-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.03%
GREEN value IS 191 (75% from 255) = 35.83%
BLUE value IS 118 (46.48% from 255) = 22.14%
R=42.03%
G=35.83%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419111800.150.470.1241.3263.167.06
HexE0BF760F2FC293f43
Octal34027716601757145177103
Binary111000001011111111101100111110111111001010011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0bf76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0bf76; }

 p { color: rgb(224,191,118); }

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

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

 a { background-color: rgb(224,191,118); }

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

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

 span { border-color: rgb(224,191,118); }

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