#e0ca6c

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

Shades of Chenin #E0CA6C

Tints of Chenin #E0CA6C

Color information

#E0CA6C (or 0xE0CA6C) is unknown color: approx Chenin. HEX triplet: E0, CA and 6C. RGB value is (224,202,108). Sum of RGB (Red+Green+Blue) = 224+202+108=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 108 (42.58% from 255 or 20.22% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CA6C is #1F3593. Grayscale: #C6C6C6. Windows color (decimal): -2045332 or 7129824. OLE color: 7129824.

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

Color convert

RGB224202108-
CMYK00.100.520.12
HSL48.62º65.17%65.1%-
HSV(B)48.62º51.79%87.84%-
XYZ54.5759.1722.73-
YUV197.8677.29146.64-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.95%
GREEN value IS 202 (79.30% from 255) = 37.83%
BLUE value IS 108 (42.58% from 255) = 20.22%
R=41.95%
G=37.83%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420210800.100.520.1248.6265.1765.1
HexE0CA6C0A34C314141
Octal340312154012641461101101
Binary1110000011001010110110001010110100110011000110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0ca6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0ca6c; }

 p { color: rgb(224,202,108); }

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

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

 a { background-color: rgb(224,202,108); }

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

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

 span { border-color: rgb(224,202,108); }

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