Shades of Sandwisp #E0CE7A
Tints of Sandwisp #E0CE7A
RGB
CMYK
RGB Variations
Color information
#E0CE7A (or 0xE0CE7A) is known color: Sandwisp. HEX triplet: E0, CE and 7A. RGB value is (224,206,122). Sum of RGB (Red+Green+Blue) = 224+206+122=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 206 (80.86% from 255 or 37.32% from 552); Blue value is 122 (48.05% from 255 or 22.10% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CE7A is #1F3185. Grayscale: #CACACA. Windows color (decimal): -2044294 or 8048352. OLE color: 8048352.
HSL color Cylindrical-coordinate representation of color #E0CE7A: hue angle of 49.41º 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 #E0CE7A is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 206 | 122 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.12 |
| HSL | 49.41º | 0.62% | 0.68% | - |
| HSV(B) | 49.41º | 0.46% | 0.88% | - |
| XYZ | 56.32 | 61.4 | 27.29 | - |
| YUV | 201.81 | 82.96 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 206 | 122 | 0 | 0.08 | 0.46 | 0.12 | 49.41 | 0.62 | 0.68 |
| Hex | E0 | CE | 7A | 0 | 8 | 2E | C | 31 | 3E | 44 |
| Octal | 340 | 316 | 172 | 0 | 10 | 56 | 14 | 61 | 76 | 104 |
| Binary | 11100000 | 11001110 | 1111010 | 0 | 1000 | 101110 | 1100 | 110001 | 111110 | 1000100 |
Color Harmonies of #E0CE7A
Complementary color
Monochromatic Colors of #E0CE7A
Black with #E0CE7A
Text Example
Text Example
White with #E0CE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CE7A; }
p { color: rgb(224,206,122); }
H1.HeaderClassName
{
color: #E0CE7A;
}
.AnyTagClassName
{
color: #E0CE7A;
}
</style>
background-color css
<style>
a { background-color: #E0CE7A; }
a { background-color: rgb(224,206,122); }
div.DivClassName
{
background-color: #E0CE7A;
}
.BgClassName
{
background-color: #E0CE7A;
}
</style>
border-color css
<style>
span { border-color: #E0CE7A; }
span { border-color: rgb(224,206,122); }
td.TdClassName
{
border-color: #E0CE7A;
}
.TagClassName
{
border-color: #E0CE7A;
}
</style>