Shades of Sandwisp #E6D080
Tints of Sandwisp #E6D080
RGB
CMYK
RGB Variations
Color information
#E6D080 (or 0xE6D080) is known color: Sandwisp. HEX triplet: E6, D0 and 80. RGB value is (230,208,128). Sum of RGB (Red+Green+Blue) = 230+208+128=566 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.64% from 566); Green value is 208 (81.64% from 255 or 36.75% from 566); Blue value is 128 (50.39% from 255 or 22.61% from 566); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D080 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D080 is #192F7F. Grayscale: #CDCDCD. Windows color (decimal): -1650560 or 8442086. OLE color: 8442086.
HSL color Cylindrical-coordinate representation of color #E6D080: hue angle of 47.06º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E6D080 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 208 | 128 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.10 |
| HSL | 47.06º | 0.67% | 0.7% | - |
| HSV(B) | 47.06º | 0.44% | 0.9% | - |
| XYZ | 59.09 | 63.49 | 29.56 | - |
| YUV | 205.46 | 84.29 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 208 | 128 | 0 | 0.10 | 0.44 | 0.10 | 47.06 | 0.67 | 0.7 |
| Hex | E6 | D0 | 80 | 0 | A | 2C | A | 2F | 43 | 46 |
| Octal | 346 | 320 | 200 | 0 | 12 | 54 | 12 | 57 | 103 | 106 |
| Binary | 11100110 | 11010000 | 10000000 | 0 | 1010 | 101100 | 1010 | 101111 | 1000011 | 1000110 |
Color Harmonies of #E6D080
Complementary color
Monochromatic Colors of #E6D080
Black with #E6D080
Text Example
Text Example
White with #E6D080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D080; }
p { color: rgb(230,208,128); }
H1.HeaderClassName
{
color: #E6D080;
}
.AnyTagClassName
{
color: #E6D080;
}
</style>
background-color css
<style>
a { background-color: #E6D080; }
a { background-color: rgb(230,208,128); }
div.DivClassName
{
background-color: #E6D080;
}
.BgClassName
{
background-color: #E6D080;
}
</style>
border-color css
<style>
span { border-color: #E6D080; }
span { border-color: rgb(230,208,128); }
td.TdClassName
{
border-color: #E6D080;
}
.TagClassName
{
border-color: #E6D080;
}
</style>