Shades of Sandwisp #E6D387
Tints of Sandwisp #E6D387
RGB
CMYK
RGB Variations
Color information
#E6D387 (or 0xE6D387) is known color: Sandwisp. HEX triplet: E6, D3 and 87. RGB value is (230,211,135). Sum of RGB (Red+Green+Blue) = 230+211+135=576 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.93% from 576); Green value is 211 (82.81% from 255 or 36.63% from 576); Blue value is 135 (53.12% from 255 or 23.44% from 576); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D387 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D387 is #192C78. Grayscale: #D0D0D0. Windows color (decimal): -1649785 or 8901606. OLE color: 8901606.
HSL color Cylindrical-coordinate representation of color #E6D387: hue angle of 48º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E6D387 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 211 | 135 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.10 |
| HSL | 48º | 0.66% | 0.72% | - |
| HSV(B) | 48º | 0.41% | 0.9% | - |
| XYZ | 60.3 | 65.16 | 32.32 | - |
| YUV | 208.02 | 86.79 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 211 | 135 | 0 | 0.08 | 0.41 | 0.10 | 48 | 0.66 | 0.72 |
| Hex | E6 | D3 | 87 | 0 | 8 | 29 | A | 30 | 42 | 48 |
| Octal | 346 | 323 | 207 | 0 | 10 | 51 | 12 | 60 | 102 | 110 |
| Binary | 11100110 | 11010011 | 10000111 | 0 | 1000 | 101001 | 1010 | 110000 | 1000010 | 1001000 |
Color Harmonies of #E6D387
Complementary color
Monochromatic Colors of #E6D387
Black with #E6D387
Text Example
Text Example
White with #E6D387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D387; }
p { color: rgb(230,211,135); }
H1.HeaderClassName
{
color: #E6D387;
}
.AnyTagClassName
{
color: #E6D387;
}
</style>
background-color css
<style>
a { background-color: #E6D387; }
a { background-color: rgb(230,211,135); }
div.DivClassName
{
background-color: #E6D387;
}
.BgClassName
{
background-color: #E6D387;
}
</style>
border-color css
<style>
span { border-color: #E6D387; }
span { border-color: rgb(230,211,135); }
td.TdClassName
{
border-color: #E6D387;
}
.TagClassName
{
border-color: #E6D387;
}
</style>