#E1CA8B

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

Shades of Sandwisp #E1CA8B

Tints of Sandwisp #E1CA8B

Color information

#E1CA8B (or 0xE1CA8B) is unknown color: approx Sandwisp. HEX triplet: E1, CA and 8B. RGB value is (225,202,139). Sum of RGB (Red+Green+Blue) = 225+202+139=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 139 (54.69% from 255 or 24.56% from 566); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CA8B is #1E3574. Grayscale: #C9C9C9. Windows color (decimal): -1979765 or 9161441. OLE color: 9161441.

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

Color convert

RGB225202139-
CMYK00.100.380.12
HSL43.95º58.9%71.37%-
HSV(B)43.95º38.22%88.24%-
XYZ56.8360.1133.03-
YUV201.792.62144.62-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.75%
GREEN value IS 202 (79.30% from 255) = 35.69%
BLUE value IS 139 (54.69% from 255) = 24.56%
R=39.75%
G=35.69%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520213900.100.380.1243.9558.971.37
HexE1CA8B0A26C2c3b47
Octal34131221301246145473107
Binary1110000111001010100010110101010011011001011001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CA8B; }

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

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

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

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

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

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

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

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