#E0C869

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

Shades of Chenin #E0C869

Tints of Chenin #E0C869

Color information

#E0C869 (or 0xE0C869) is unknown color: approx Chenin. HEX triplet: E0, C8 and 69. RGB value is (224,200,105). Sum of RGB (Red+Green+Blue) = 224+200+105=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 200 (78.52% from 255 or 37.81% from 529); Blue value is 105 (41.41% from 255 or 19.85% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C869 is #1F3796. Grayscale: #C4C4C4. Windows color (decimal): -2045847 or 6932704. OLE color: 6932704.

HSL color Cylindrical-coordinate representation of color #E0C869: hue angle of 47.9º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E0C869 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB224200105-
CMYK00.110.530.12
HSL47.9º65.75%64.51%-
HSV(B)47.9º53.12%87.84%-
XYZ53.9458.1821.75-
YUV196.3576.45147.72-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.34%
GREEN value IS 200 (78.52% from 255) = 37.81%
BLUE value IS 105 (41.41% from 255) = 19.85%
R=42.34%
G=37.81%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420010500.110.530.1247.965.7564.51
HexE0C8690B35C304241
Octal340310151013651460102101
Binary1110000011001000110100101011110101110011000010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C869; }

 p { color: rgb(224,200,105); }

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

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

 a { background-color: rgb(224,200,105); }

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

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

 span { border-color: rgb(224,200,105); }

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