#E1E0CA

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

Shades of Green White #E1E0CA

Tints of Green White #E1E0CA

Color information

#E1E0CA (or 0xE1E0CA) is unknown color: approx Green White. HEX triplet: E1, E0 and CA. RGB value is (225,224,202). Sum of RGB (Red+Green+Blue) = 225+224+202=651 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.56% from 651); Green value is 224 (87.89% from 255 or 34.41% from 651); Blue value is 202 (79.30% from 255 or 31.03% from 651); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E0CA is #1E1F35. Grayscale: #DDDDDD. Windows color (decimal): -1974070 or 13295841. OLE color: 13295841.

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

Color convert

RGB225224202-
CMYK00.000.100.12
HSL57.39º27.71%83.73%-
HSV(B)57.39º10.22%88.24%-
XYZ68.3773.5866.48-
YUV221.79116.83130.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.56%
GREEN value IS 224 (87.89% from 255) = 34.41%
BLUE value IS 202 (79.30% from 255) = 31.03%
R=34.56%
G=34.41%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522420200.000.100.1257.3927.7183.73
HexE1E0CA00AC391c54
Octal3413403120012147134124
Binary1110000111100000110010100010101100111001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E0CA; }

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

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

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

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

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

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

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

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