#E0C069

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

Shades of Chenin #E0C069

Tints of Chenin #E0C069

Color information

#E0C069 (or 0xE0C069) is unknown color: approx Chenin. HEX triplet: E0, C0 and 69. RGB value is (224,192,105). Sum of RGB (Red+Green+Blue) = 224+192+105=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 105 (41.41% from 255 or 20.15% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C069 is #1F3F96. Grayscale: #C0C0C0. Windows color (decimal): -2047895 or 6930656. OLE color: 6930656.

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

Color convert

RGB224192105-
CMYK00.140.530.12
HSL43.87º65.75%64.51%-
HSV(B)43.87º53.12%87.84%-
XYZ52.1454.5721.15-
YUV191.6579.1151.07-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.99%
GREEN value IS 192 (75.39% from 255) = 36.85%
BLUE value IS 105 (41.41% from 255) = 20.15%
R=42.99%
G=36.85%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419210500.140.530.1243.8765.7564.51
HexE0C0690E35C2c4241
Octal340300151016651454102101
Binary1110000011000000110100101110110101110010110010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C069; }

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

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

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

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

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

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

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

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