Shades of Sandwisp #E1D07F
Tints of Sandwisp #E1D07F
RGB
CMYK
RGB Variations
Color information
#E1D07F (or 0xE1D07F) is known color: Sandwisp. HEX triplet: E1, D0 and 7F. RGB value is (225,208,127). Sum of RGB (Red+Green+Blue) = 225+208+127=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 208 (81.64% from 255 or 37.14% from 560); Blue value is 127 (50% from 255 or 22.68% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D07F is #1E2F80. Grayscale: #CCCCCC. Windows color (decimal): -1978241 or 8376545. OLE color: 8376545.
HSL color Cylindrical-coordinate representation of color #E1D07F: hue angle of 49.59º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E1D07F is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 208 | 127 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.12 |
| HSL | 49.59º | 0.62% | 0.69% | - |
| HSV(B) | 49.59º | 0.44% | 0.88% | - |
| XYZ | 57.44 | 62.65 | 29.14 | - |
| YUV | 203.85 | 84.63 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 208 | 127 | 0 | 0.08 | 0.44 | 0.12 | 49.59 | 0.62 | 0.69 |
| Hex | E1 | D0 | 7F | 0 | 8 | 2C | C | 32 | 3E | 45 |
| Octal | 341 | 320 | 177 | 0 | 10 | 54 | 14 | 62 | 76 | 105 |
| Binary | 11100001 | 11010000 | 1111111 | 0 | 1000 | 101100 | 1100 | 110010 | 111110 | 1000101 |
Color Harmonies of #E1D07F
Complementary color
Monochromatic Colors of #E1D07F
Black with #E1D07F
Text Example
Text Example
White with #E1D07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D07F; }
p { color: rgb(225,208,127); }
H1.HeaderClassName
{
color: #E1D07F;
}
.AnyTagClassName
{
color: #E1D07F;
}
</style>
background-color css
<style>
a { background-color: #E1D07F; }
a { background-color: rgb(225,208,127); }
div.DivClassName
{
background-color: #E1D07F;
}
.BgClassName
{
background-color: #E1D07F;
}
</style>
border-color css
<style>
span { border-color: #E1D07F; }
span { border-color: rgb(225,208,127); }
td.TdClassName
{
border-color: #E1D07F;
}
.TagClassName
{
border-color: #E1D07F;
}
</style>