#E1CA7D

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

Shades of Sandwisp #E1CA7D

Tints of Sandwisp #E1CA7D

Color information

#E1CA7D (or 0xE1CA7D) is unknown color: approx Sandwisp. HEX triplet: E1, CA and 7D. RGB value is (225,202,125). Sum of RGB (Red+Green+Blue) = 225+202+125=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 125 (49.22% from 255 or 22.64% from 552); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CA7D is #1E3582. Grayscale: #C8C8C8. Windows color (decimal): -1979779 or 8243937. OLE color: 8243937.

HSL color Cylindrical-coordinate representation of color #E1CA7D: hue angle of 46.2º 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 #E1CA7D is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB225202125-
CMYK00.100.440.12
HSL46.2º62.5%68.63%-
HSV(B)46.2º44.44%88.24%-
XYZ55.8759.7327.99-
YUV200.185.62145.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.76%
GREEN value IS 202 (79.30% from 255) = 36.59%
BLUE value IS 125 (49.22% from 255) = 22.64%
R=40.76%
G=36.59%
B=22.64%

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
Decimal22520212500.100.440.1246.262.568.63
HexE1CA7D0A2CC2e3e45
Octal34131217501254145676105
Binary111000011100101011111010101010110011001011101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CA7D; }

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

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

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

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

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

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

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

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