Shades of Sandwisp #E1D18A
Tints of Sandwisp #E1D18A
RGB
CMYK
RGB Variations
Color information
#E1D18A (or 0xE1D18A) is known color: Sandwisp. HEX triplet: E1, D1 and 8A. RGB value is (225,209,138). Sum of RGB (Red+Green+Blue) = 225+209+138=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 209 (82.03% from 255 or 36.54% from 572); Blue value is 138 (54.30% from 255 or 24.13% from 572); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D18A is #1E2E75. Grayscale: #CDCDCD. Windows color (decimal): -1977974 or 9097697. OLE color: 9097697.
HSL color Cylindrical-coordinate representation of color #E1D18A: hue angle of 48.97º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E1D18A is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 209 | 138 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.12 |
| HSL | 48.97º | 0.59% | 0.71% | - |
| HSV(B) | 48.97º | 0.39% | 0.88% | - |
| XYZ | 58.44 | 63.44 | 33.21 | - |
| YUV | 205.69 | 89.8 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 209 | 138 | 0 | 0.07 | 0.39 | 0.12 | 48.97 | 0.59 | 0.71 |
| Hex | E1 | D1 | 8A | 0 | 7 | 27 | C | 31 | 3B | 47 |
| Octal | 341 | 321 | 212 | 0 | 7 | 47 | 14 | 61 | 73 | 107 |
| Binary | 11100001 | 11010001 | 10001010 | 0 | 111 | 100111 | 1100 | 110001 | 111011 | 1000111 |
Color Harmonies of #E1D18A
Complementary color
Monochromatic Colors of #E1D18A
Black with #E1D18A
Text Example
Text Example
White with #E1D18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D18A; }
p { color: rgb(225,209,138); }
H1.HeaderClassName
{
color: #E1D18A;
}
.AnyTagClassName
{
color: #E1D18A;
}
</style>
background-color css
<style>
a { background-color: #E1D18A; }
a { background-color: rgb(225,209,138); }
div.DivClassName
{
background-color: #E1D18A;
}
.BgClassName
{
background-color: #E1D18A;
}
</style>
border-color css
<style>
span { border-color: #E1D18A; }
span { border-color: rgb(225,209,138); }
td.TdClassName
{
border-color: #E1D18A;
}
.TagClassName
{
border-color: #E1D18A;
}
</style>