#E6C475

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

Shades of Chenin #E6C475

Tints of Chenin #E6C475

Color information

#E6C475 (or 0xE6C475) is unknown color: approx Chenin. HEX triplet: E6, C4 and 75. RGB value is (230,196,117). Sum of RGB (Red+Green+Blue) = 230+196+117=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 196 (76.95% from 255 or 36.10% from 543); Blue value is 117 (46.09% from 255 or 21.55% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C475 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C475 is #193B8A. Grayscale: #C5C5C5. Windows color (decimal): -1653643 or 7718118. OLE color: 7718118.

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

Color convert

RGB230196117-
CMYK00.150.490.10
HSL41.95º69.33%68.04%-
HSV(B)41.95º49.13%90.2%-
XYZ55.5857.5925.02-
YUV197.1682.76151.42-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.36%
GREEN value IS 196 (76.95% from 255) = 36.10%
BLUE value IS 117 (46.09% from 255) = 21.55%
R=42.36%
G=36.10%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019611700.150.490.1041.9569.3368.04
HexE6C4750F31A2a4544
Octal346304165017611252105104
Binary1110011011000100111010101111110001101010101010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C475; }

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

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

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

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

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

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

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

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