#E1D085

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

Shades of Sandwisp #E1D085

Tints of Sandwisp #E1D085

Color information

#E1D085 (or 0xE1D085) is unknown color: approx Sandwisp. HEX triplet: E1, D0 and 85. RGB value is (225,208,133). Sum of RGB (Red+Green+Blue) = 225+208+133=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 208 (81.64% from 255 or 36.75% from 566); Blue value is 133 (52.34% from 255 or 23.50% from 566); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D085 is #1E2F7A. Grayscale: #CCCCCC. Windows color (decimal): -1978235 or 8769761. OLE color: 8769761.

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

Color convert

RGB225208133-
CMYK00.080.410.12
HSL48.91º60.53%70.2%-
HSV(B)48.91º40.89%88.24%-
XYZ57.8462.8131.27-
YUV204.5387.63142.6-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.75%
GREEN value IS 208 (81.64% from 255) = 36.75%
BLUE value IS 133 (52.34% from 255) = 23.50%
R=39.75%
G=36.75%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520813300.080.410.1248.9160.5370.2
HexE1D0850829C313d46
Octal34132020501051146175106
Binary1110000111010000100001010100010100111001100011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D085; }

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

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

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

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

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

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

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

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