Shades of Sandwisp #E1D08B
Tints of Sandwisp #E1D08B
RGB
CMYK
RGB Variations
Color information
#E1D08B (or 0xE1D08B) is known color: Sandwisp. HEX triplet: E1, D0 and 8B. RGB value is (225,208,139). Sum of RGB (Red+Green+Blue) = 225+208+139=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 208 (81.64% from 255 or 36.36% from 572); Blue value is 139 (54.69% from 255 or 24.30% from 572); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D08B is #1E2F74. Grayscale: #CDCDCD. Windows color (decimal): -1978229 or 9162977. OLE color: 9162977.
HSL color Cylindrical-coordinate representation of color #E1D08B: hue angle of 48.14º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E1D08B is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 208 | 139 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.12 |
| HSL | 48.14º | 0.59% | 0.71% | - |
| HSV(B) | 48.14º | 0.38% | 0.88% | - |
| XYZ | 58.27 | 62.98 | 33.51 | - |
| YUV | 205.22 | 90.63 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 208 | 139 | 0 | 0.08 | 0.38 | 0.12 | 48.14 | 0.59 | 0.71 |
| Hex | E1 | D0 | 8B | 0 | 8 | 26 | C | 30 | 3B | 47 |
| Octal | 341 | 320 | 213 | 0 | 10 | 46 | 14 | 60 | 73 | 107 |
| Binary | 11100001 | 11010000 | 10001011 | 0 | 1000 | 100110 | 1100 | 110000 | 111011 | 1000111 |
Color Harmonies of #E1D08B
Complementary color
Monochromatic Colors of #E1D08B
Black with #E1D08B
Text Example
Text Example
White with #E1D08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D08B; }
p { color: rgb(225,208,139); }
H1.HeaderClassName
{
color: #E1D08B;
}
.AnyTagClassName
{
color: #E1D08B;
}
</style>
background-color css
<style>
a { background-color: #E1D08B; }
a { background-color: rgb(225,208,139); }
div.DivClassName
{
background-color: #E1D08B;
}
.BgClassName
{
background-color: #E1D08B;
}
</style>
border-color css
<style>
span { border-color: #E1D08B; }
span { border-color: rgb(225,208,139); }
td.TdClassName
{
border-color: #E1D08B;
}
.TagClassName
{
border-color: #E1D08B;
}
</style>