#E6C071

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

Shades of Chenin #E6C071

Tints of Chenin #E6C071

Color information

#E6C071 (or 0xE6C071) is unknown color: approx Chenin. HEX triplet: E6, C0 and 71. RGB value is (230,192,113). Sum of RGB (Red+Green+Blue) = 230+192+113=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 113 (44.53% from 255 or 21.12% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C071 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C071 is #193F8E. Grayscale: #C2C2C2. Windows color (decimal): -1654671 or 7454950. OLE color: 7454950.

HSL color Cylindrical-coordinate representation of color #E6C071: hue angle of 40.51º 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 #E6C071 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB230192113-
CMYK00.170.510.10
HSL40.51º70.06%67.25%-
HSV(B)40.51º50.87%90.2%-
XYZ54.4655.7123.51-
YUV194.3682.09153.42-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.99%
GREEN value IS 192 (75.39% from 255) = 35.89%
BLUE value IS 113 (44.53% from 255) = 21.12%
R=42.99%
G=35.89%
B=21.12%

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
Decimal23019211300.170.510.1040.5170.0667.25
HexE6C07101133A294643
Octal346300161021631251106103
Binary11100110110000001110001010001110011101010100110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C071; }

 p { color: rgb(230,192,113); }

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

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

 a { background-color: rgb(230,192,113); }

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

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

 span { border-color: rgb(230,192,113); }

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