#E6C170

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

Shades of Chenin #E6C170

Tints of Chenin #E6C170

Color information

#E6C170 (or 0xE6C170) is unknown color: approx Chenin. HEX triplet: E6, C1 and 70. RGB value is (230,193,112). Sum of RGB (Red+Green+Blue) = 230+193+112=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 193 (75.78% from 255 or 36.07% from 535); Blue value is 112 (44.14% from 255 or 20.93% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C170 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C170 is #193E8F. Grayscale: #C3C3C3. Windows color (decimal): -1654416 or 7389670. OLE color: 7389670.

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

Color convert

RGB230193112-
CMYK00.160.510.10
HSL41.19º70.24%67.06%-
HSV(B)41.19º51.3%90.2%-
XYZ54.6356.1323.28-
YUV194.8381.26153.09-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.99%
GREEN value IS 193 (75.78% from 255) = 36.07%
BLUE value IS 112 (44.14% from 255) = 20.93%
R=42.99%
G=36.07%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019311200.160.510.1041.1970.2467.06
HexE6C17001033A294643
Octal346301160020631251106103
Binary11100110110000011110000010000110011101010100110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C170; }

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

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

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

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

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

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

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

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