Shades of Sandwisp #E0D284
Tints of Sandwisp #E0D284
RGB
CMYK
RGB Variations
Color information
#E0D284 (or 0xE0D284) is known color: Sandwisp. HEX triplet: E0, D2 and 84. RGB value is (224,210,132). Sum of RGB (Red+Green+Blue) = 224+210+132=566 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.58% from 566); Green value is 210 (82.42% from 255 or 37.10% from 566); Blue value is 132 (51.95% from 255 or 23.32% from 566); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D284 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D284 is #1F2D7B. Grayscale: #CDCDCD. Windows color (decimal): -2043260 or 8704736. OLE color: 8704736.
HSL color Cylindrical-coordinate representation of color #E0D284: hue angle of 50.87º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E0D284 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 210 | 132 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.12 |
| HSL | 50.87º | 0.6% | 0.7% | - |
| HSV(B) | 50.87º | 0.41% | 0.88% | - |
| XYZ | 57.95 | 63.61 | 31.05 | - |
| YUV | 205.29 | 86.64 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 210 | 132 | 0 | 0.06 | 0.41 | 0.12 | 50.87 | 0.6 | 0.7 |
| Hex | E0 | D2 | 84 | 0 | 6 | 29 | C | 33 | 3C | 46 |
| Octal | 340 | 322 | 204 | 0 | 6 | 51 | 14 | 63 | 74 | 106 |
| Binary | 11100000 | 11010010 | 10000100 | 0 | 110 | 101001 | 1100 | 110011 | 111100 | 1000110 |
Color Harmonies of #E0D284
Complementary color
Monochromatic Colors of #E0D284
Black with #E0D284
Text Example
Text Example
White with #E0D284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D284; }
p { color: rgb(224,210,132); }
H1.HeaderClassName
{
color: #E0D284;
}
.AnyTagClassName
{
color: #E0D284;
}
</style>
background-color css
<style>
a { background-color: #E0D284; }
a { background-color: rgb(224,210,132); }
div.DivClassName
{
background-color: #E0D284;
}
.BgClassName
{
background-color: #E0D284;
}
</style>
border-color css
<style>
span { border-color: #E0D284; }
span { border-color: rgb(224,210,132); }
td.TdClassName
{
border-color: #E0D284;
}
.TagClassName
{
border-color: #E0D284;
}
</style>