#E1CA80

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

Shades of Sandwisp #E1CA80

Tints of Sandwisp #E1CA80

Color information

#E1CA80 (or 0xE1CA80) is unknown color: approx Sandwisp. HEX triplet: E1, CA and 80. RGB value is (225,202,128). Sum of RGB (Red+Green+Blue) = 225+202+128=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 128 (50.39% from 255 or 23.06% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CA80 is #1E357F. Grayscale: #C8C8C8. Windows color (decimal): -1979776 or 8440545. OLE color: 8440545.

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

Color convert

RGB225202128-
CMYK00.100.430.12
HSL45.77º61.78%69.22%-
HSV(B)45.77º43.11%88.24%-
XYZ56.0759.8129.01-
YUV200.4487.12145.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.54%
GREEN value IS 202 (79.30% from 255) = 36.40%
BLUE value IS 128 (50.39% from 255) = 23.06%
R=40.54%
G=36.40%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520212800.100.430.1245.7761.7869.22
HexE1CA800A2BC2e3e45
Octal34131220001253145676105
Binary1110000111001010100000000101010101111001011101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CA80; }

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

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

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

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

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

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

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

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