Shades of Sandwisp #E1D27F
Tints of Sandwisp #E1D27F
RGB
CMYK
RGB Variations
Color information
#E1D27F (or 0xE1D27F) is known color: Sandwisp. HEX triplet: E1, D2 and 7F. RGB value is (225,210,127). Sum of RGB (Red+Green+Blue) = 225+210+127=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 210 (82.42% from 255 or 37.37% from 562); Blue value is 127 (50% from 255 or 22.60% from 562); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D27F is #1E2D80. Grayscale: #CDCDCD. Windows color (decimal): -1977729 or 8377057. OLE color: 8377057.
HSL color Cylindrical-coordinate representation of color #E1D27F: hue angle of 50.82º 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 #E1D27F is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 210 | 127 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.12 |
| HSL | 50.82º | 0.62% | 0.69% | - |
| HSV(B) | 50.82º | 0.44% | 0.88% | - |
| XYZ | 57.93 | 63.63 | 29.31 | - |
| YUV | 205.02 | 83.97 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 210 | 127 | 0 | 0.07 | 0.44 | 0.12 | 50.82 | 0.62 | 0.69 |
| Hex | E1 | D2 | 7F | 0 | 7 | 2C | C | 33 | 3E | 45 |
| Octal | 341 | 322 | 177 | 0 | 7 | 54 | 14 | 63 | 76 | 105 |
| Binary | 11100001 | 11010010 | 1111111 | 0 | 111 | 101100 | 1100 | 110011 | 111110 | 1000101 |
Color Harmonies of #E1D27F
Complementary color
Monochromatic Colors of #E1D27F
Black with #E1D27F
Text Example
Text Example
White with #E1D27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D27F; }
p { color: rgb(225,210,127); }
H1.HeaderClassName
{
color: #E1D27F;
}
.AnyTagClassName
{
color: #E1D27F;
}
</style>
background-color css
<style>
a { background-color: #E1D27F; }
a { background-color: rgb(225,210,127); }
div.DivClassName
{
background-color: #E1D27F;
}
.BgClassName
{
background-color: #E1D27F;
}
</style>
border-color css
<style>
span { border-color: #E1D27F; }
span { border-color: rgb(225,210,127); }
td.TdClassName
{
border-color: #E1D27F;
}
.TagClassName
{
border-color: #E1D27F;
}
</style>