Shades of Sandwisp #E6D08A
Tints of Sandwisp #E6D08A
RGB
CMYK
RGB Variations
Color information
#E6D08A (or 0xE6D08A) is known color: Sandwisp. HEX triplet: E6, D0 and 8A. RGB value is (230,208,138). Sum of RGB (Red+Green+Blue) = 230+208+138=576 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.93% from 576); Green value is 208 (81.64% from 255 or 36.11% from 576); Blue value is 138 (54.30% from 255 or 23.96% from 576); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D08A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D08A is #192F75. Grayscale: #CECECE. Windows color (decimal): -1650550 or 9097446. OLE color: 9097446.
HSL color Cylindrical-coordinate representation of color #E6D08A: hue angle of 45.65º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E6D08A is Cyan = 0, Magento = 0.10, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 208 | 138 | - |
| CMYK | 0 | 0.10 | 0.4 | 0.10 |
| HSL | 45.65º | 0.65% | 0.72% | - |
| HSV(B) | 45.65º | 0.4% | 0.9% | - |
| XYZ | 59.78 | 63.77 | 33.2 | - |
| YUV | 206.6 | 89.29 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 208 | 138 | 0 | 0.10 | 0.4 | 0.10 | 45.65 | 0.65 | 0.72 |
| Hex | E6 | D0 | 8A | 0 | A | 28 | A | 2E | 41 | 48 |
| Octal | 346 | 320 | 212 | 0 | 12 | 50 | 12 | 56 | 101 | 110 |
| Binary | 11100110 | 11010000 | 10001010 | 0 | 1010 | 101000 | 1010 | 101110 | 1000001 | 1001000 |
Color Harmonies of #E6D08A
Complementary color
Monochromatic Colors of #E6D08A
Black with #E6D08A
Text Example
Text Example
White with #E6D08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D08A; }
p { color: rgb(230,208,138); }
H1.HeaderClassName
{
color: #E6D08A;
}
.AnyTagClassName
{
color: #E6D08A;
}
</style>
background-color css
<style>
a { background-color: #E6D08A; }
a { background-color: rgb(230,208,138); }
div.DivClassName
{
background-color: #E6D08A;
}
.BgClassName
{
background-color: #E6D08A;
}
</style>
border-color css
<style>
span { border-color: #E6D08A; }
span { border-color: rgb(230,208,138); }
td.TdClassName
{
border-color: #E6D08A;
}
.TagClassName
{
border-color: #E6D08A;
}
</style>