Shades of Sandwisp #E0CF8C
Tints of Sandwisp #E0CF8C
RGB
CMYK
RGB Variations
Color information
#E0CF8C (or 0xE0CF8C) is known color: Sandwisp. HEX triplet: E0, CF and 8C. RGB value is (224,207,140). Sum of RGB (Red+Green+Blue) = 224+207+140=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 140 (55.08% from 255 or 24.52% from 571); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CF8C is #1F3073. Grayscale: #CCCCCC. Windows color (decimal): -2044020 or 9228256. OLE color: 9228256.
HSL color Cylindrical-coordinate representation of color #E0CF8C: hue angle of 47.86º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E0CF8C is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 207 | 140 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.12 |
| HSL | 47.86º | 0.58% | 0.71% | - |
| HSV(B) | 47.86º | 0.38% | 0.88% | - |
| XYZ | 57.79 | 62.37 | 33.8 | - |
| YUV | 204.45 | 91.63 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 207 | 140 | 0 | 0.08 | 0.38 | 0.12 | 47.86 | 0.58 | 0.71 |
| Hex | E0 | CF | 8C | 0 | 8 | 26 | C | 30 | 3A | 47 |
| Octal | 340 | 317 | 214 | 0 | 10 | 46 | 14 | 60 | 72 | 107 |
| Binary | 11100000 | 11001111 | 10001100 | 0 | 1000 | 100110 | 1100 | 110000 | 111010 | 1000111 |
Color Harmonies of #E0CF8C
Complementary color
Monochromatic Colors of #E0CF8C
Black with #E0CF8C
Text Example
Text Example
White with #E0CF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CF8C; }
p { color: rgb(224,207,140); }
H1.HeaderClassName
{
color: #E0CF8C;
}
.AnyTagClassName
{
color: #E0CF8C;
}
</style>
background-color css
<style>
a { background-color: #E0CF8C; }
a { background-color: rgb(224,207,140); }
div.DivClassName
{
background-color: #E0CF8C;
}
.BgClassName
{
background-color: #E0CF8C;
}
</style>
border-color css
<style>
span { border-color: #E0CF8C; }
span { border-color: rgb(224,207,140); }
td.TdClassName
{
border-color: #E0CF8C;
}
.TagClassName
{
border-color: #E0CF8C;
}
</style>