#E0C974

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

Shades of Chenin #E0C974

Tints of Chenin #E0C974

Color information

#E0C974 (or 0xE0C974) is unknown color: approx Chenin. HEX triplet: E0, C9 and 74. RGB value is (224,201,116). Sum of RGB (Red+Green+Blue) = 224+201+116=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 201 (78.91% from 255 or 37.15% from 541); Blue value is 116 (45.70% from 255 or 21.44% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C974 is #1F368B. Grayscale: #C6C6C6. Windows color (decimal): -2045580 or 7653856. OLE color: 7653856.

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

Color convert

RGB224201116-
CMYK00.100.480.12
HSL47.22º63.53%66.67%-
HSV(B)47.22º48.21%87.84%-
XYZ54.7858.8825-
YUV198.1981.62146.41-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.40%
GREEN value IS 201 (78.91% from 255) = 37.15%
BLUE value IS 116 (45.70% from 255) = 21.44%
R=41.40%
G=37.15%
B=21.44%

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
Decimal22420111600.100.480.1247.2263.5366.67
HexE0C9740A30C2f4043
Octal340311164012601457100103
Binary1110000011001001111010001010110000110010111110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C974; }

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

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

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

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

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

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

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

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