Shades of Golden Sand #E0C966
Tints of Golden Sand #E0C966
RGB
CMYK
RGB Variations
Color information
#E0C966 (or 0xE0C966) is known color: Golden Sand. HEX triplet: E0, C9 and 66. RGB value is (224,201,102). Sum of RGB (Red+Green+Blue) = 224+201+102=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 102 (40.23% from 255 or 19.35% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C966 is #1F3699. Grayscale: #C5C5C5. Windows color (decimal): -2045594 or 6736352. OLE color: 6736352.
HSL color Cylindrical-coordinate representation of color #E0C966: hue angle of 48.69º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E0C966 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 201 | 102 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.12 |
| HSL | 48.69º | 0.66% | 0.64% | - |
| HSV(B) | 48.69º | 0.54% | 0.88% | - |
| XYZ | 54.03 | 58.58 | 21.03 | - |
| YUV | 196.59 | 74.62 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 201 | 102 | 0 | 0.10 | 0.54 | 0.12 | 48.69 | 0.66 | 0.64 |
| Hex | E0 | C9 | 66 | 0 | A | 36 | C | 31 | 42 | 40 |
| Octal | 340 | 311 | 146 | 0 | 12 | 66 | 14 | 61 | 102 | 100 |
| Binary | 11100000 | 11001001 | 1100110 | 0 | 1010 | 110110 | 1100 | 110001 | 1000010 | 1000000 |
Color Harmonies of #E0C966
Complementary color
Monochromatic Colors of #E0C966
Black with #E0C966
Text Example
Text Example
White with #E0C966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C966; }
p { color: rgb(224,201,102); }
H1.HeaderClassName
{
color: #E0C966;
}
.AnyTagClassName
{
color: #E0C966;
}
</style>
background-color css
<style>
a { background-color: #E0C966; }
a { background-color: rgb(224,201,102); }
div.DivClassName
{
background-color: #E0C966;
}
.BgClassName
{
background-color: #E0C966;
}
</style>
border-color css
<style>
span { border-color: #E0C966; }
span { border-color: rgb(224,201,102); }
td.TdClassName
{
border-color: #E0C966;
}
.TagClassName
{
border-color: #E0C966;
}
</style>