#E0BF71

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

Shades of Chenin #E0BF71

Tints of Chenin #E0BF71

Color information

#E0BF71 (or 0xE0BF71) is unknown color: approx Chenin. HEX triplet: E0, BF and 71. RGB value is (224,191,113). Sum of RGB (Red+Green+Blue) = 224+191+113=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BF71 is #1F408E. Grayscale: #C0C0C0. Windows color (decimal): -2048143 or 7454688. OLE color: 7454688.

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

Color convert

RGB224191113-
CMYK00.150.500.12
HSL42.16º64.16%66.08%-
HSV(B)42.16º49.55%87.84%-
XYZ52.3554.323.34-
YUV191.9883.43150.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.42%
GREEN value IS 191 (75% from 255) = 36.17%
BLUE value IS 113 (44.53% from 255) = 21.40%
R=42.42%
G=36.17%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419111300.150.500.1242.1664.1666.08
HexE0BF710F32C2a4042
Octal340277161017621452100102
Binary1110000010111111111000101111110010110010101010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BF71; }

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

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

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

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

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

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

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

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