Shades of Sandwisp #E0CF80
Tints of Sandwisp #E0CF80
RGB
CMYK
RGB Variations
Color information
#E0CF80 (or 0xE0CF80) is known color: Sandwisp. HEX triplet: E0, CF and 80. RGB value is (224,207,128). Sum of RGB (Red+Green+Blue) = 224+207+128=559 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40.07% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 128 (50.39% from 255 or 22.90% from 559); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CF80 is #1F307F. Grayscale: #CBCBCB. Windows color (decimal): -2044032 or 8441824. OLE color: 8441824.
HSL color Cylindrical-coordinate representation of color #E0CF80: hue angle of 49.38º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E0CF80 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 207 | 128 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.12 |
| HSL | 49.38º | 0.61% | 0.69% | - |
| HSV(B) | 49.38º | 0.43% | 0.88% | - |
| XYZ | 56.95 | 62.03 | 29.39 | - |
| YUV | 203.08 | 85.63 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 207 | 128 | 0 | 0.08 | 0.43 | 0.12 | 49.38 | 0.61 | 0.69 |
| Hex | E0 | CF | 80 | 0 | 8 | 2B | C | 31 | 3D | 45 |
| Octal | 340 | 317 | 200 | 0 | 10 | 53 | 14 | 61 | 75 | 105 |
| Binary | 11100000 | 11001111 | 10000000 | 0 | 1000 | 101011 | 1100 | 110001 | 111101 | 1000101 |
Color Harmonies of #E0CF80
Complementary color
Monochromatic Colors of #E0CF80
Black with #E0CF80
Text Example
Text Example
White with #E0CF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CF80; }
p { color: rgb(224,207,128); }
H1.HeaderClassName
{
color: #E0CF80;
}
.AnyTagClassName
{
color: #E0CF80;
}
</style>
background-color css
<style>
a { background-color: #E0CF80; }
a { background-color: rgb(224,207,128); }
div.DivClassName
{
background-color: #E0CF80;
}
.BgClassName
{
background-color: #E0CF80;
}
</style>
border-color css
<style>
span { border-color: #E0CF80; }
span { border-color: rgb(224,207,128); }
td.TdClassName
{
border-color: #E0CF80;
}
.TagClassName
{
border-color: #E0CF80;
}
</style>