Shades of Sandwisp #E1D08A
Tints of Sandwisp #E1D08A
RGB
CMYK
RGB Variations
Color information
#E1D08A (or 0xE1D08A) is known color: Sandwisp. HEX triplet: E1, D0 and 8A. RGB value is (225,208,138). Sum of RGB (Red+Green+Blue) = 225+208+138=571 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.40% from 571); Green value is 208 (81.64% from 255 or 36.43% from 571); Blue value is 138 (54.30% from 255 or 24.17% from 571); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D08A is #1E2F75. Grayscale: #CDCDCD. Windows color (decimal): -1978230 or 9097441. OLE color: 9097441.
HSL color Cylindrical-coordinate representation of color #E1D08A: hue angle of 48.28º 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 #E1D08A is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 208 | 138 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.12 |
| HSL | 48.28º | 0.59% | 0.71% | - |
| HSV(B) | 48.28º | 0.39% | 0.88% | - |
| XYZ | 58.19 | 62.95 | 33.13 | - |
| YUV | 205.1 | 90.13 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 208 | 138 | 0 | 0.08 | 0.39 | 0.12 | 48.28 | 0.59 | 0.71 |
| Hex | E1 | D0 | 8A | 0 | 8 | 27 | C | 30 | 3B | 47 |
| Octal | 341 | 320 | 212 | 0 | 10 | 47 | 14 | 60 | 73 | 107 |
| Binary | 11100001 | 11010000 | 10001010 | 0 | 1000 | 100111 | 1100 | 110000 | 111011 | 1000111 |
Color Harmonies of #E1D08A
Complementary color
Monochromatic Colors of #E1D08A
Black with #E1D08A
Text Example
Text Example
White with #E1D08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D08A; }
p { color: rgb(225,208,138); }
H1.HeaderClassName
{
color: #E1D08A;
}
.AnyTagClassName
{
color: #E1D08A;
}
</style>
background-color css
<style>
a { background-color: #E1D08A; }
a { background-color: rgb(225,208,138); }
div.DivClassName
{
background-color: #E1D08A;
}
.BgClassName
{
background-color: #E1D08A;
}
</style>
border-color css
<style>
span { border-color: #E1D08A; }
span { border-color: rgb(225,208,138); }
td.TdClassName
{
border-color: #E1D08A;
}
.TagClassName
{
border-color: #E1D08A;
}
</style>