#E6C074

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

Shades of Chenin #E6C074

Tints of Chenin #E6C074

Color information

#E6C074 (or 0xE6C074) is unknown color: approx Chenin. HEX triplet: E6, C0 and 74. RGB value is (230,192,116). Sum of RGB (Red+Green+Blue) = 230+192+116=538 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.75% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 116 (45.70% from 255 or 21.56% from 538); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C074 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C074 is #193F8B. Grayscale: #C3C3C3. Windows color (decimal): -1654668 or 7651558. OLE color: 7651558.

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

Color convert

RGB230192116-
CMYK00.170.500.10
HSL40º69.51%67.84%-
HSV(B)40º49.57%90.2%-
XYZ54.6455.7824.41-
YUV194.783.59153.18-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.75%
GREEN value IS 192 (75.39% from 255) = 35.69%
BLUE value IS 116 (45.70% from 255) = 21.56%
R=42.75%
G=35.69%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019211600.170.500.104069.5167.84
HexE6C07401132A284644
Octal346300164021621250106104
Binary11100110110000001110100010001110010101010100010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C074; }

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

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

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

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

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

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

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

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