Shades of Sandwisp #E6CE80
Tints of Sandwisp #E6CE80
RGB
CMYK
RGB Variations
Color information
#E6CE80 (or 0xE6CE80) is known color: Sandwisp. HEX triplet: E6, CE and 80. RGB value is (230,206,128). Sum of RGB (Red+Green+Blue) = 230+206+128=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 128 (50.39% from 255 or 22.70% from 564); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CE80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CE80 is #19317F. Grayscale: #CCCCCC. Windows color (decimal): -1651072 or 8441574. OLE color: 8441574.
HSL color Cylindrical-coordinate representation of color #E6CE80: hue angle of 45.88º 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 #E6CE80 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 206 | 128 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.10 |
| HSL | 45.88º | 0.67% | 0.7% | - |
| HSV(B) | 45.88º | 0.44% | 0.9% | - |
| XYZ | 58.6 | 62.52 | 29.4 | - |
| YUV | 204.28 | 84.95 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 206 | 128 | 0 | 0.10 | 0.44 | 0.10 | 45.88 | 0.67 | 0.7 |
| Hex | E6 | CE | 80 | 0 | A | 2C | A | 2E | 43 | 46 |
| Octal | 346 | 316 | 200 | 0 | 12 | 54 | 12 | 56 | 103 | 106 |
| Binary | 11100110 | 11001110 | 10000000 | 0 | 1010 | 101100 | 1010 | 101110 | 1000011 | 1000110 |
Color Harmonies of #E6CE80
Complementary color
Monochromatic Colors of #E6CE80
Black with #E6CE80
Text Example
Text Example
White with #E6CE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CE80; }
p { color: rgb(230,206,128); }
H1.HeaderClassName
{
color: #E6CE80;
}
.AnyTagClassName
{
color: #E6CE80;
}
</style>
background-color css
<style>
a { background-color: #E6CE80; }
a { background-color: rgb(230,206,128); }
div.DivClassName
{
background-color: #E6CE80;
}
.BgClassName
{
background-color: #E6CE80;
}
</style>
border-color css
<style>
span { border-color: #E6CE80; }
span { border-color: rgb(230,206,128); }
td.TdClassName
{
border-color: #E6CE80;
}
.TagClassName
{
border-color: #E6CE80;
}
</style>