#E1CA7F

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

Shades of Sandwisp #E1CA7F

Tints of Sandwisp #E1CA7F

Color information

#E1CA7F (or 0xE1CA7F) is unknown color: approx Sandwisp. HEX triplet: E1, CA and 7F. RGB value is (225,202,127). Sum of RGB (Red+Green+Blue) = 225+202+127=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 127 (50% from 255 or 22.92% from 554); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CA7F is #1E3580. Grayscale: #C8C8C8. Windows color (decimal): -1979777 or 8375009. OLE color: 8375009.

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

Color convert

RGB225202127-
CMYK00.100.440.12
HSL45.92º62.03%69.02%-
HSV(B)45.92º43.56%88.24%-
XYZ5659.7828.67-
YUV200.3386.62145.6-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.61%
GREEN value IS 202 (79.30% from 255) = 36.46%
BLUE value IS 127 (50% from 255) = 22.92%
R=40.61%
G=36.46%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520212700.100.440.1245.9262.0369.02
HexE1CA7F0A2CC2e3e45
Octal34131217701254145676105
Binary111000011100101011111110101010110011001011101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CA7F; }

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

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

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

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

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

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

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

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