Shades of Sandwisp #E2D07F
Tints of Sandwisp #E2D07F
RGB
CMYK
RGB Variations
Color information
#E2D07F (or 0xE2D07F) is known color: Sandwisp. HEX triplet: E2, D0 and 7F. RGB value is (226,208,127). Sum of RGB (Red+Green+Blue) = 226+208+127=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 127 (50% from 255 or 22.64% from 561); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D07F is #1D2F80. Grayscale: #CCCCCC. Windows color (decimal): -1912705 or 8376546. OLE color: 8376546.
HSL color Cylindrical-coordinate representation of color #E2D07F: hue angle of 49.09º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E2D07F is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 208 | 127 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.11 |
| HSL | 49.09º | 0.63% | 0.69% | - |
| HSV(B) | 49.09º | 0.44% | 0.89% | - |
| XYZ | 57.75 | 62.81 | 29.16 | - |
| YUV | 204.15 | 84.46 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 208 | 127 | 0 | 0.08 | 0.44 | 0.11 | 49.09 | 0.63 | 0.69 |
| Hex | E2 | D0 | 7F | 0 | 8 | 2C | B | 31 | 3F | 45 |
| Octal | 342 | 320 | 177 | 0 | 10 | 54 | 13 | 61 | 77 | 105 |
| Binary | 11100010 | 11010000 | 1111111 | 0 | 1000 | 101100 | 1011 | 110001 | 111111 | 1000101 |
Color Harmonies of #E2D07F
Complementary color
Monochromatic Colors of #E2D07F
Black with #E2D07F
Text Example
Text Example
White with #E2D07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D07F; }
p { color: rgb(226,208,127); }
H1.HeaderClassName
{
color: #E2D07F;
}
.AnyTagClassName
{
color: #E2D07F;
}
</style>
background-color css
<style>
a { background-color: #E2D07F; }
a { background-color: rgb(226,208,127); }
div.DivClassName
{
background-color: #E2D07F;
}
.BgClassName
{
background-color: #E2D07F;
}
</style>
border-color css
<style>
span { border-color: #E2D07F; }
span { border-color: rgb(226,208,127); }
td.TdClassName
{
border-color: #E2D07F;
}
.TagClassName
{
border-color: #E2D07F;
}
</style>