#E6C772

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

Shades of Chenin #E6C772

Tints of Chenin #E6C772

Color information

#E6C772 (or 0xE6C772) is unknown color: approx Chenin. HEX triplet: E6, C7 and 72. RGB value is (230,199,114). Sum of RGB (Red+Green+Blue) = 230+199+114=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 199 (78.12% from 255 or 36.65% from 543); Blue value is 114 (44.92% from 255 or 20.99% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C772 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C772 is #19388D. Grayscale: #C6C6C6. Windows color (decimal): -1652878 or 7522278. OLE color: 7522278.

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

Color convert

RGB230199114-
CMYK00.130.500.10
HSL43.97º69.88%67.45%-
HSV(B)43.97º50.43%90.2%-
XYZ56.0958.8824.33-
YUV198.5880.27150.41-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.36%
GREEN value IS 199 (78.12% from 255) = 36.65%
BLUE value IS 114 (44.92% from 255) = 20.99%
R=42.36%
G=36.65%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019911400.130.500.1043.9769.8867.45
HexE6C7720D32A2c4643
Octal346307162015621254106103
Binary1110011011000111111001001101110010101010110010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C772; }

 p { color: rgb(230,199,114); }

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

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

 a { background-color: rgb(230,199,114); }

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

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

 span { border-color: rgb(230,199,114); }

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