Shades of Sandwisp #E0C97A
Tints of Sandwisp #E0C97A
RGB
CMYK
RGB Variations
Color information
#E0C97A (or 0xE0C97A) is known color: Sandwisp. HEX triplet: E0, C9 and 7A. RGB value is (224,201,122). Sum of RGB (Red+Green+Blue) = 224+201+122=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 122 (48.05% from 255 or 22.30% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C97A is #1F3685. Grayscale: #C7C7C7. Windows color (decimal): -2045574 or 8047072. OLE color: 8047072.
HSL color Cylindrical-coordinate representation of color #E0C97A: hue angle of 46.47º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E0C97A is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 201 | 122 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.12 |
| HSL | 46.47º | 0.62% | 0.68% | - |
| HSV(B) | 46.47º | 0.46% | 0.88% | - |
| XYZ | 55.14 | 59.03 | 26.9 | - |
| YUV | 198.87 | 84.62 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 201 | 122 | 0 | 0.10 | 0.46 | 0.12 | 46.47 | 0.62 | 0.68 |
| Hex | E0 | C9 | 7A | 0 | A | 2E | C | 2E | 3E | 44 |
| Octal | 340 | 311 | 172 | 0 | 12 | 56 | 14 | 56 | 76 | 104 |
| Binary | 11100000 | 11001001 | 1111010 | 0 | 1010 | 101110 | 1100 | 101110 | 111110 | 1000100 |
Color Harmonies of #E0C97A
Complementary color
Monochromatic Colors of #E0C97A
Black with #E0C97A
Text Example
Text Example
White with #E0C97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C97A; }
p { color: rgb(224,201,122); }
H1.HeaderClassName
{
color: #E0C97A;
}
.AnyTagClassName
{
color: #E0C97A;
}
</style>
background-color css
<style>
a { background-color: #E0C97A; }
a { background-color: rgb(224,201,122); }
div.DivClassName
{
background-color: #E0C97A;
}
.BgClassName
{
background-color: #E0C97A;
}
</style>
border-color css
<style>
span { border-color: #E0C97A; }
span { border-color: rgb(224,201,122); }
td.TdClassName
{
border-color: #E0C97A;
}
.TagClassName
{
border-color: #E0C97A;
}
</style>