#E0C975

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

Shades of Chenin #E0C975

Tints of Chenin #E0C975

Color information

#E0C975 (or 0xE0C975) is unknown color: approx Chenin. HEX triplet: E0, C9 and 75. RGB value is (224,201,117). Sum of RGB (Red+Green+Blue) = 224+201+117=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 117 (46.09% from 255 or 21.59% from 542); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C975 is #1F368A. Grayscale: #C6C6C6. Windows color (decimal): -2045579 or 7719392. OLE color: 7719392.

HSL color Cylindrical-coordinate representation of color #E0C975: hue angle of 47.1º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E0C975 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB224201117-
CMYK00.100.480.12
HSL47.1º63.31%66.86%-
HSV(B)47.1º47.77%87.84%-
XYZ54.8458.925.31-
YUV198.382.12146.33-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.33%
GREEN value IS 201 (78.91% from 255) = 37.08%
BLUE value IS 117 (46.09% from 255) = 21.59%
R=41.33%
G=37.08%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420111700.100.480.1247.163.3166.86
HexE0C9750A30C2f3f43
Octal34031116501260145777103
Binary111000001100100111101010101011000011001011111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C975; }

 p { color: rgb(224,201,117); }

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

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

 a { background-color: rgb(224,201,117); }

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

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

 span { border-color: rgb(224,201,117); }

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