Shades of Golden Sand #E0CE63
Tints of Golden Sand #E0CE63
RGB
CMYK
RGB Variations
Color information
#E0CE63 (or 0xE0CE63) is known color: Golden Sand. HEX triplet: E0, CE and 63. RGB value is (224,206,99). Sum of RGB (Red+Green+Blue) = 224+206+99=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 99 (39.06% from 255 or 18.71% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CE63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CE63 is #1F319C. Grayscale: #C7C7C7. Windows color (decimal): -2044317 or 6541024. OLE color: 6541024.
HSL color Cylindrical-coordinate representation of color #E0CE63: hue angle of 51.36º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E0CE63 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 206 | 99 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.12 |
| HSL | 51.36º | 0.67% | 0.63% | - |
| HSV(B) | 51.36º | 0.56% | 0.88% | - |
| XYZ | 55.06 | 60.89 | 20.66 | - |
| YUV | 199.18 | 71.46 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 206 | 99 | 0 | 0.08 | 0.56 | 0.12 | 51.36 | 0.67 | 0.63 |
| Hex | E0 | CE | 63 | 0 | 8 | 38 | C | 33 | 43 | 3F |
| Octal | 340 | 316 | 143 | 0 | 10 | 70 | 14 | 63 | 103 | 77 |
| Binary | 11100000 | 11001110 | 1100011 | 0 | 1000 | 111000 | 1100 | 110011 | 1000011 | 111111 |
Color Harmonies of #E0CE63
Complementary color
Monochromatic Colors of #E0CE63
Black with #E0CE63
Text Example
Text Example
White with #E0CE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CE63; }
p { color: rgb(224,206,99); }
H1.HeaderClassName
{
color: #E0CE63;
}
.AnyTagClassName
{
color: #E0CE63;
}
</style>
background-color css
<style>
a { background-color: #E0CE63; }
a { background-color: rgb(224,206,99); }
div.DivClassName
{
background-color: #E0CE63;
}
.BgClassName
{
background-color: #E0CE63;
}
</style>
border-color css
<style>
span { border-color: #E0CE63; }
span { border-color: rgb(224,206,99); }
td.TdClassName
{
border-color: #E0CE63;
}
.TagClassName
{
border-color: #E0CE63;
}
</style>