Shades of Sandwisp #E6CD80
Tints of Sandwisp #E6CD80
RGB
CMYK
RGB Variations
Color information
#E6CD80 (or 0xE6CD80) is known color: Sandwisp. HEX triplet: E6, CD and 80. RGB value is (230,205,128). Sum of RGB (Red+Green+Blue) = 230+205+128=563 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.85% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 128 (50.39% from 255 or 22.74% from 563); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CD80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CD80 is #19327F. Grayscale: #CCCCCC. Windows color (decimal): -1651328 or 8441318. OLE color: 8441318.
HSL color Cylindrical-coordinate representation of color #E6CD80: hue angle of 45.29º 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 #E6CD80 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 205 | 128 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.10 |
| HSL | 45.29º | 0.67% | 0.7% | - |
| HSV(B) | 45.29º | 0.44% | 0.9% | - |
| XYZ | 58.36 | 62.04 | 29.32 | - |
| YUV | 203.7 | 85.28 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 205 | 128 | 0 | 0.11 | 0.44 | 0.10 | 45.29 | 0.67 | 0.7 |
| Hex | E6 | CD | 80 | 0 | B | 2C | A | 2D | 43 | 46 |
| Octal | 346 | 315 | 200 | 0 | 13 | 54 | 12 | 55 | 103 | 106 |
| Binary | 11100110 | 11001101 | 10000000 | 0 | 1011 | 101100 | 1010 | 101101 | 1000011 | 1000110 |
Color Harmonies of #E6CD80
Complementary color
Monochromatic Colors of #E6CD80
Black with #E6CD80
Text Example
Text Example
White with #E6CD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CD80; }
p { color: rgb(230,205,128); }
H1.HeaderClassName
{
color: #E6CD80;
}
.AnyTagClassName
{
color: #E6CD80;
}
</style>
background-color css
<style>
a { background-color: #E6CD80; }
a { background-color: rgb(230,205,128); }
div.DivClassName
{
background-color: #E6CD80;
}
.BgClassName
{
background-color: #E6CD80;
}
</style>
border-color css
<style>
span { border-color: #E6CD80; }
span { border-color: rgb(230,205,128); }
td.TdClassName
{
border-color: #E6CD80;
}
.TagClassName
{
border-color: #E6CD80;
}
</style>