Shades of Sandwisp #E1D38B
Tints of Sandwisp #E1D38B
RGB
CMYK
RGB Variations
Color information
#E1D38B (or 0xE1D38B) is known color: Sandwisp. HEX triplet: E1, D3 and 8B. RGB value is (225,211,139). Sum of RGB (Red+Green+Blue) = 225+211+139=575 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.13% from 575); Green value is 211 (82.81% from 255 or 36.70% from 575); Blue value is 139 (54.69% from 255 or 24.17% from 575); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D38B is #1E2C74. Grayscale: #CFCFCF. Windows color (decimal): -1977461 or 9163745. OLE color: 9163745.
HSL color Cylindrical-coordinate representation of color #E1D38B: hue angle of 50.23º 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 #E1D38B is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 211 | 139 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.12 |
| HSL | 50.23º | 0.59% | 0.71% | - |
| HSV(B) | 50.23º | 0.38% | 0.88% | - |
| XYZ | 59.01 | 64.46 | 33.76 | - |
| YUV | 206.98 | 89.64 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 211 | 139 | 0 | 0.06 | 0.38 | 0.12 | 50.23 | 0.59 | 0.71 |
| Hex | E1 | D3 | 8B | 0 | 6 | 26 | C | 32 | 3B | 47 |
| Octal | 341 | 323 | 213 | 0 | 6 | 46 | 14 | 62 | 73 | 107 |
| Binary | 11100001 | 11010011 | 10001011 | 0 | 110 | 100110 | 1100 | 110010 | 111011 | 1000111 |
Color Harmonies of #E1D38B
Complementary color
Monochromatic Colors of #E1D38B
Black with #E1D38B
Text Example
Text Example
White with #E1D38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D38B; }
p { color: rgb(225,211,139); }
H1.HeaderClassName
{
color: #E1D38B;
}
.AnyTagClassName
{
color: #E1D38B;
}
</style>
background-color css
<style>
a { background-color: #E1D38B; }
a { background-color: rgb(225,211,139); }
div.DivClassName
{
background-color: #E1D38B;
}
.BgClassName
{
background-color: #E1D38B;
}
</style>
border-color css
<style>
span { border-color: #E1D38B; }
span { border-color: rgb(225,211,139); }
td.TdClassName
{
border-color: #E1D38B;
}
.TagClassName
{
border-color: #E1D38B;
}
</style>