#E1C985

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

Shades of Sandwisp #E1C985

Tints of Sandwisp #E1C985

Color information

#E1C985 (or 0xE1C985) is unknown color: approx Sandwisp. HEX triplet: E1, C9 and 85. RGB value is (225,201,133). Sum of RGB (Red+Green+Blue) = 225+201+133=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 201 (78.91% from 255 or 35.96% from 559); Blue value is 133 (52.34% from 255 or 23.79% from 559); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C985 is #1E367A. Grayscale: #C8C8C8. Windows color (decimal): -1980027 or 8767969. OLE color: 8767969.

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

Color convert

RGB225201133-
CMYK00.110.410.12
HSL44.35º60.53%70.2%-
HSV(B)44.35º40.89%88.24%-
XYZ56.1759.4730.71-
YUV200.4289.95145.53-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.25%
GREEN value IS 201 (78.91% from 255) = 35.96%
BLUE value IS 133 (52.34% from 255) = 23.79%
R=40.25%
G=35.96%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520113300.110.410.1244.3560.5370.2
HexE1C9850B29C2c3d46
Octal34131120501351145475106
Binary1110000111001001100001010101110100111001011001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C985; }

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

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

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

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

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

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

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

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