#E0CA6E

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

Shades of Chenin #E0CA6E

Tints of Chenin #E0CA6E

Color information

#E0CA6E (or 0xE0CA6E) is unknown color: approx Chenin. HEX triplet: E0, CA and 6E. RGB value is (224,202,110). Sum of RGB (Red+Green+Blue) = 224+202+110=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 202 (79.30% from 255 or 37.69% from 536); Blue value is 110 (43.36% from 255 or 20.52% from 536); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CA6E is #1F3591. Grayscale: #C6C6C6. Windows color (decimal): -2045330 or 7260896. OLE color: 7260896.

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

Color convert

RGB224202110-
CMYK00.100.510.12
HSL48.42º64.77%65.49%-
HSV(B)48.42º50.89%87.84%-
XYZ54.6859.2123.3-
YUV198.0978.29146.48-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.79%
GREEN value IS 202 (79.30% from 255) = 37.69%
BLUE value IS 110 (43.36% from 255) = 20.52%
R=41.79%
G=37.69%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420211000.100.510.1248.4264.7765.49
HexE0CA6E0A33C304141
Octal340312156012631460101101
Binary1110000011001010110111001010110011110011000010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CA6E; }

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

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

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

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

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

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

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

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