Shades of Sandwisp #E5D282
Tints of Sandwisp #E5D282
RGB
CMYK
RGB Variations
Color information
#E5D282 (or 0xE5D282) is known color: Sandwisp. HEX triplet: E5, D2 and 82. RGB value is (229,210,130). Sum of RGB (Red+Green+Blue) = 229+210+130=569 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.25% from 569); Green value is 210 (82.42% from 255 or 36.91% from 569); Blue value is 130 (51.17% from 255 or 22.85% from 569); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D282 is #1A2D7D. Grayscale: #CECECE. Windows color (decimal): -1715582 or 8573669. OLE color: 8573669.
HSL color Cylindrical-coordinate representation of color #E5D282: hue angle of 48.48º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E5D282 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 210 | 130 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.10 |
| HSL | 48.48º | 0.66% | 0.7% | - |
| HSV(B) | 48.48º | 0.43% | 0.9% | - |
| XYZ | 59.39 | 64.36 | 30.41 | - |
| YUV | 206.56 | 84.79 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 210 | 130 | 0 | 0.08 | 0.43 | 0.10 | 48.48 | 0.66 | 0.7 |
| Hex | E5 | D2 | 82 | 0 | 8 | 2B | A | 30 | 42 | 46 |
| Octal | 345 | 322 | 202 | 0 | 10 | 53 | 12 | 60 | 102 | 106 |
| Binary | 11100101 | 11010010 | 10000010 | 0 | 1000 | 101011 | 1010 | 110000 | 1000010 | 1000110 |
Color Harmonies of #E5D282
Complementary color
Monochromatic Colors of #E5D282
Black with #E5D282
Text Example
Text Example
White with #E5D282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D282; }
p { color: rgb(229,210,130); }
H1.HeaderClassName
{
color: #E5D282;
}
.AnyTagClassName
{
color: #E5D282;
}
</style>
background-color css
<style>
a { background-color: #E5D282; }
a { background-color: rgb(229,210,130); }
div.DivClassName
{
background-color: #E5D282;
}
.BgClassName
{
background-color: #E5D282;
}
</style>
border-color css
<style>
span { border-color: #E5D282; }
span { border-color: rgb(229,210,130); }
td.TdClassName
{
border-color: #E5D282;
}
.TagClassName
{
border-color: #E5D282;
}
</style>