Shades of Sandwisp #E0C97D
Tints of Sandwisp #E0C97D
RGB
CMYK
RGB Variations
Color information
#E0C97D (or 0xE0C97D) is known color: Sandwisp. HEX triplet: E0, C9 and 7D. RGB value is (224,201,125). Sum of RGB (Red+Green+Blue) = 224+201+125=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 201 (78.91% from 255 or 36.55% from 550); Blue value is 125 (49.22% from 255 or 22.73% from 550); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C97D is #1F3682. Grayscale: #C7C7C7. Windows color (decimal): -2045571 or 8243680. OLE color: 8243680.
HSL color Cylindrical-coordinate representation of color #E0C97D: hue angle of 46.06º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E0C97D is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 201 | 125 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.12 |
| HSL | 46.06º | 0.61% | 0.68% | - |
| HSV(B) | 46.06º | 0.44% | 0.88% | - |
| XYZ | 55.33 | 59.1 | 27.89 | - |
| YUV | 199.21 | 86.12 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 201 | 125 | 0 | 0.10 | 0.44 | 0.12 | 46.06 | 0.61 | 0.68 |
| Hex | E0 | C9 | 7D | 0 | A | 2C | C | 2E | 3D | 44 |
| Octal | 340 | 311 | 175 | 0 | 12 | 54 | 14 | 56 | 75 | 104 |
| Binary | 11100000 | 11001001 | 1111101 | 0 | 1010 | 101100 | 1100 | 101110 | 111101 | 1000100 |
Color Harmonies of #E0C97D
Complementary color
Monochromatic Colors of #E0C97D
Black with #E0C97D
Text Example
Text Example
White with #E0C97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C97D; }
p { color: rgb(224,201,125); }
H1.HeaderClassName
{
color: #E0C97D;
}
.AnyTagClassName
{
color: #E0C97D;
}
</style>
background-color css
<style>
a { background-color: #E0C97D; }
a { background-color: rgb(224,201,125); }
div.DivClassName
{
background-color: #E0C97D;
}
.BgClassName
{
background-color: #E0C97D;
}
</style>
border-color css
<style>
span { border-color: #E0C97D; }
span { border-color: rgb(224,201,125); }
td.TdClassName
{
border-color: #E0C97D;
}
.TagClassName
{
border-color: #E0C97D;
}
</style>