#E1CA88

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

Shades of Sandwisp #E1CA88

Tints of Sandwisp #E1CA88

Color information

#E1CA88 (or 0xE1CA88) is unknown color: approx Sandwisp. HEX triplet: E1, CA and 88. RGB value is (225,202,136). Sum of RGB (Red+Green+Blue) = 225+202+136=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 136 (53.52% from 255 or 24.16% from 563); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CA88 is #1E3577. Grayscale: #C9C9C9. Windows color (decimal): -1979768 or 8964833. OLE color: 8964833.

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

Color convert

RGB225202136-
CMYK00.100.400.12
HSL44.49º59.73%70.78%-
HSV(B)44.49º39.56%88.24%-
XYZ56.6260.0331.89-
YUV201.3591.12144.87-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.96%
GREEN value IS 202 (79.30% from 255) = 35.88%
BLUE value IS 136 (53.52% from 255) = 24.16%
R=39.96%
G=35.88%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520213600.100.400.1244.4959.7370.78
HexE1CA880A28C2c3c47
Octal34131221001250145474107
Binary1110000111001010100010000101010100011001011001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CA88; }

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

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

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

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

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

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

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

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