#e0c468

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

Shades of Chenin #E0C468

Tints of Chenin #E0C468

Color information

#E0C468 (or 0xE0C468) is unknown color: approx Chenin. HEX triplet: E0, C4 and 68. RGB value is (224,196,104). Sum of RGB (Red+Green+Blue) = 224+196+104=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 196 (76.95% from 255 or 37.40% from 524); Blue value is 104 (41.02% from 255 or 19.85% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C468 is #1F3B97. Grayscale: #C2C2C2. Windows color (decimal): -2046872 or 6866144. OLE color: 6866144.

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

Color convert

RGB224196104-
CMYK00.120.540.12
HSL46º65.93%64.31%-
HSV(B)46º53.57%87.84%-
XYZ52.9856.3321.18-
YUV193.8877.28149.48-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.75%
GREEN value IS 196 (76.95% from 255) = 37.40%
BLUE value IS 104 (41.02% from 255) = 19.85%
R=42.75%
G=37.40%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419610400.120.540.124665.9364.31
HexE0C4680C36C2e4240
Octal340304150014661456102100
Binary1110000011000100110100001100110110110010111010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0c468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0c468; }

 p { color: rgb(224,196,104); }

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

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

 a { background-color: rgb(224,196,104); }

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

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

 span { border-color: rgb(224,196,104); }

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