Shades of Sandwisp #E6D084
Tints of Sandwisp #E6D084
RGB
CMYK
RGB Variations
Color information
#E6D084 (or 0xE6D084) is known color: Sandwisp. HEX triplet: E6, D0 and 84. RGB value is (230,208,132). Sum of RGB (Red+Green+Blue) = 230+208+132=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 208 (81.64% from 255 or 36.49% from 570); Blue value is 132 (51.95% from 255 or 23.16% from 570); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D084 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D084 is #192F7B. Grayscale: #CECECE. Windows color (decimal): -1650556 or 8704230. OLE color: 8704230.
HSL color Cylindrical-coordinate representation of color #E6D084: hue angle of 46.53º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E6D084 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 208 | 132 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.10 |
| HSL | 46.53º | 0.66% | 0.71% | - |
| HSV(B) | 46.53º | 0.43% | 0.9% | - |
| XYZ | 59.35 | 63.6 | 30.98 | - |
| YUV | 205.91 | 86.29 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 208 | 132 | 0 | 0.10 | 0.43 | 0.10 | 46.53 | 0.66 | 0.71 |
| Hex | E6 | D0 | 84 | 0 | A | 2B | A | 2F | 42 | 47 |
| Octal | 346 | 320 | 204 | 0 | 12 | 53 | 12 | 57 | 102 | 107 |
| Binary | 11100110 | 11010000 | 10000100 | 0 | 1010 | 101011 | 1010 | 101111 | 1000010 | 1000111 |
Color Harmonies of #E6D084
Complementary color
Monochromatic Colors of #E6D084
Black with #E6D084
Text Example
Text Example
White with #E6D084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D084; }
p { color: rgb(230,208,132); }
H1.HeaderClassName
{
color: #E6D084;
}
.AnyTagClassName
{
color: #E6D084;
}
</style>
background-color css
<style>
a { background-color: #E6D084; }
a { background-color: rgb(230,208,132); }
div.DivClassName
{
background-color: #E6D084;
}
.BgClassName
{
background-color: #E6D084;
}
</style>
border-color css
<style>
span { border-color: #E6D084; }
span { border-color: rgb(230,208,132); }
td.TdClassName
{
border-color: #E6D084;
}
.TagClassName
{
border-color: #E6D084;
}
</style>