#E0C168

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

Shades of Chenin #E0C168

Tints of Chenin #E0C168

Color information

#E0C168 (or 0xE0C168) is unknown color: approx Chenin. HEX triplet: E0, C1 and 68. RGB value is (224,193,104). Sum of RGB (Red+Green+Blue) = 224+193+104=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 104 (41.02% from 255 or 19.96% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C168 is #1F3E97. Grayscale: #C0C0C0. Windows color (decimal): -2047640 or 6865376. OLE color: 6865376.

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

Color convert

RGB224193104-
CMYK00.140.540.12
HSL44.5º65.93%64.31%-
HSV(B)44.5º53.57%87.84%-
XYZ52.3154.9920.95-
YUV192.1278.27150.74-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.99%
GREEN value IS 193 (75.78% from 255) = 37.04%
BLUE value IS 104 (41.02% from 255) = 19.96%
R=42.99%
G=37.04%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419310400.140.540.1244.565.9364.31
HexE0C1680E36C2c4240
Octal340301150016661454102100
Binary1110000011000001110100001110110110110010110010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C168; }

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

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

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

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

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

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

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

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