#e0bf70

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

Shades of Chenin #E0BF70

Tints of Chenin #E0BF70

Color information

#E0BF70 (or 0xE0BF70) is unknown color: approx Chenin. HEX triplet: E0, BF and 70. RGB value is (224,191,112). Sum of RGB (Red+Green+Blue) = 224+191+112=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BF70 is #1F408F. Grayscale: #C0C0C0. Windows color (decimal): -2048144 or 7389152. OLE color: 7389152.

HSL color Cylindrical-coordinate representation of color #E0BF70: hue angle of 42.32º 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 #E0BF70 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB224191112-
CMYK00.150.500.12
HSL42.32º64.37%65.88%-
HSV(B)42.32º50%87.84%-
XYZ52.354.2823.05-
YUV191.8682.93150.92-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.50%
GREEN value IS 191 (75% from 255) = 36.24%
BLUE value IS 112 (44.14% from 255) = 21.25%
R=42.50%
G=36.24%
B=21.25%

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
Decimal22419111200.150.500.1242.3264.3765.88
HexE0BF700F32C2a4042
Octal340277160017621452100102
Binary1110000010111111111000001111110010110010101010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0bf70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0bf70; }

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

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

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

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

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

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

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

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