#E0C769

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

Shades of Chenin #E0C769

Tints of Chenin #E0C769

Color information

#E0C769 (or 0xE0C769) is unknown color: approx Chenin. HEX triplet: E0, C7 and 69. RGB value is (224,199,105). Sum of RGB (Red+Green+Blue) = 224+199+105=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 199 (78.12% from 255 or 37.69% from 528); Blue value is 105 (41.41% from 255 or 19.89% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C769 is #1F3896. Grayscale: #C4C4C4. Windows color (decimal): -2046103 or 6932448. OLE color: 6932448.

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

Color convert

RGB224199105-
CMYK00.110.530.12
HSL47.39º65.75%64.51%-
HSV(B)47.39º53.12%87.84%-
XYZ53.7157.7121.67-
YUV195.7676.78148.14-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.42%
GREEN value IS 199 (78.12% from 255) = 37.69%
BLUE value IS 105 (41.41% from 255) = 19.89%
R=42.42%
G=37.69%
B=19.89%

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
Decimal22419910500.110.530.1247.3965.7564.51
HexE0C7690B35C2f4241
Octal340307151013651457102101
Binary1110000011000111110100101011110101110010111110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C769; }

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

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

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

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

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

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

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

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