#E6C075

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

Shades of Chenin #E6C075

Tints of Chenin #E6C075

Color information

#E6C075 (or 0xE6C075) is unknown color: approx Chenin. HEX triplet: E6, C0 and 75. RGB value is (230,192,117). Sum of RGB (Red+Green+Blue) = 230+192+117=539 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.67% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 117 (46.09% from 255 or 21.71% from 539); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C075 is #193F8A. Grayscale: #C3C3C3. Windows color (decimal): -1654667 or 7717094. OLE color: 7717094.

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

Color convert

RGB230192117-
CMYK00.170.490.10
HSL39.82º69.33%68.04%-
HSV(B)39.82º49.13%90.2%-
XYZ54.6955.8124.72-
YUV194.8184.09153.1-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.67%
GREEN value IS 192 (75.39% from 255) = 35.62%
BLUE value IS 117 (46.09% from 255) = 21.71%
R=42.67%
G=35.62%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019211700.170.490.1039.8269.3368.04
HexE6C07501131A284544
Octal346300165021611250105104
Binary11100110110000001110101010001110001101010100010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C075; }

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

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

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

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

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

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

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

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