#E6BF70

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

Shades of Chenin #E6BF70

Tints of Chenin #E6BF70

Color information

#E6BF70 (or 0xE6BF70) is unknown color: approx Chenin. HEX triplet: E6, BF and 70. RGB value is (230,191,112). Sum of RGB (Red+Green+Blue) = 230+191+112=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 112 (44.14% from 255 or 21.01% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BF70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BF70 is #19408F. Grayscale: #C2C2C2. Windows color (decimal): -1654928 or 7389158. OLE color: 7389158.

HSL color Cylindrical-coordinate representation of color #E6BF70: hue angle of 40.17º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E6BF70 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB230191112-
CMYK00.170.510.10
HSL40.17º70.24%67.06%-
HSV(B)40.17º51.3%90.2%-
XYZ54.1955.2523.14-
YUV193.6681.92153.92-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.15%
GREEN value IS 191 (75% from 255) = 35.83%
BLUE value IS 112 (44.14% from 255) = 21.01%
R=43.15%
G=35.83%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019111200.170.510.1040.1770.2467.06
HexE6BF7001133A284643
Octal346277160021631250106103
Binary11100110101111111110000010001110011101010100010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BF70; }

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

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

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

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

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

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

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

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