Shades of Sandwisp #E0D07E
Tints of Sandwisp #E0D07E
RGB
CMYK
RGB Variations
Color information
#E0D07E (or 0xE0D07E) is known color: Sandwisp. HEX triplet: E0, D0 and 7E. RGB value is (224,208,126). Sum of RGB (Red+Green+Blue) = 224+208+126=558 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.14% from 558); Green value is 208 (81.64% from 255 or 37.28% from 558); Blue value is 126 (49.61% from 255 or 22.58% from 558); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D07E is #1F2F81. Grayscale: #CBCBCB. Windows color (decimal): -2043778 or 8311008. OLE color: 8311008.
HSL color Cylindrical-coordinate representation of color #E0D07E: hue angle of 50.2º degrees, saturation: 0.61, 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 #E0D07E is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 208 | 126 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.12 |
| HSL | 50.2º | 0.61% | 0.69% | - |
| HSV(B) | 50.2º | 0.44% | 0.88% | - |
| XYZ | 57.06 | 62.47 | 28.79 | - |
| YUV | 203.44 | 84.3 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 208 | 126 | 0 | 0.07 | 0.44 | 0.12 | 50.2 | 0.61 | 0.69 |
| Hex | E0 | D0 | 7E | 0 | 7 | 2C | C | 32 | 3D | 45 |
| Octal | 340 | 320 | 176 | 0 | 7 | 54 | 14 | 62 | 75 | 105 |
| Binary | 11100000 | 11010000 | 1111110 | 0 | 111 | 101100 | 1100 | 110010 | 111101 | 1000101 |
Color Harmonies of #E0D07E
Complementary color
Monochromatic Colors of #E0D07E
Black with #E0D07E
Text Example
Text Example
White with #E0D07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D07E; }
p { color: rgb(224,208,126); }
H1.HeaderClassName
{
color: #E0D07E;
}
.AnyTagClassName
{
color: #E0D07E;
}
</style>
background-color css
<style>
a { background-color: #E0D07E; }
a { background-color: rgb(224,208,126); }
div.DivClassName
{
background-color: #E0D07E;
}
.BgClassName
{
background-color: #E0D07E;
}
</style>
border-color css
<style>
span { border-color: #E0D07E; }
span { border-color: rgb(224,208,126); }
td.TdClassName
{
border-color: #E0D07E;
}
.TagClassName
{
border-color: #E0D07E;
}
</style>