#E0C275

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

Shades of Chenin #E0C275

Tints of Chenin #E0C275

Color information

#E0C275 (or 0xE0C275) is unknown color: approx Chenin. HEX triplet: E0, C2 and 75. RGB value is (224,194,117). Sum of RGB (Red+Green+Blue) = 224+194+117=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 117 (46.09% from 255 or 21.87% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C275 is #1F3D8A. Grayscale: #C2C2C2. Windows color (decimal): -2047371 or 7717600. OLE color: 7717600.

HSL color Cylindrical-coordinate representation of color #E0C275: hue angle of 43.18º 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 #E0C275 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB224194117-
CMYK00.130.480.12
HSL43.18º63.31%66.86%-
HSV(B)43.18º47.77%87.84%-
XYZ53.2455.7224.78-
YUV194.1984.44149.26-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.87%
GREEN value IS 194 (76.17% from 255) = 36.26%
BLUE value IS 117 (46.09% from 255) = 21.87%
R=41.87%
G=36.26%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419411700.130.480.1243.1863.3166.86
HexE0C2750D30C2b3f43
Octal34030216501560145377103
Binary111000001100001011101010110111000011001010111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C275; }

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

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

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

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

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

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

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

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