#E1CD85

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

Shades of Sandwisp #E1CD85

Tints of Sandwisp #E1CD85

Color information

#E1CD85 (or 0xE1CD85) is unknown color: approx Sandwisp. HEX triplet: E1, CD and 85. RGB value is (225,205,133). Sum of RGB (Red+Green+Blue) = 225+205+133=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 133 (52.34% from 255 or 23.62% from 563); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CD85 is #1E327A. Grayscale: #CBCBCB. Windows color (decimal): -1979003 or 8768993. OLE color: 8768993.

HSL color Cylindrical-coordinate representation of color #E1CD85: hue angle of 46.96º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E1CD85 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB225205133-
CMYK00.090.410.12
HSL46.96º60.53%70.2%-
HSV(B)46.96º40.89%88.24%-
XYZ57.1261.3631.02-
YUV202.7788.63143.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.96%
GREEN value IS 205 (80.47% from 255) = 36.41%
BLUE value IS 133 (52.34% from 255) = 23.62%
R=39.96%
G=36.41%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520513300.090.410.1246.9660.5370.2
HexE1CD850929C2f3d46
Octal34131520501151145775106
Binary1110000111001101100001010100110100111001011111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CD85; }

 p { color: rgb(225,205,133); }

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

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

 a { background-color: rgb(225,205,133); }

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

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

 span { border-color: rgb(225,205,133); }

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