Shades of Golden Sand #E0CB66
Tints of Golden Sand #E0CB66
RGB
CMYK
RGB Variations
Color information
#E0CB66 (or 0xE0CB66) is known color: Golden Sand. HEX triplet: E0, CB and 66. RGB value is (224,203,102). Sum of RGB (Red+Green+Blue) = 224+203+102=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 102 (40.23% from 255 or 19.28% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CB66 is #1F3499. Grayscale: #C6C6C6. Windows color (decimal): -2045082 or 6736864. OLE color: 6736864.
HSL color Cylindrical-coordinate representation of color #E0CB66: hue angle of 49.67º 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 #E0CB66 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 203 | 102 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.12 |
| HSL | 49.67º | 0.66% | 0.64% | - |
| HSV(B) | 49.67º | 0.54% | 0.88% | - |
| XYZ | 54.49 | 59.52 | 21.19 | - |
| YUV | 197.77 | 73.96 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 203 | 102 | 0 | 0.09 | 0.54 | 0.12 | 49.67 | 0.66 | 0.64 |
| Hex | E0 | CB | 66 | 0 | 9 | 36 | C | 32 | 42 | 40 |
| Octal | 340 | 313 | 146 | 0 | 11 | 66 | 14 | 62 | 102 | 100 |
| Binary | 11100000 | 11001011 | 1100110 | 0 | 1001 | 110110 | 1100 | 110010 | 1000010 | 1000000 |
Color Harmonies of #E0CB66
Complementary color
Monochromatic Colors of #E0CB66
Black with #E0CB66
Text Example
Text Example
White with #E0CB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CB66; }
p { color: rgb(224,203,102); }
H1.HeaderClassName
{
color: #E0CB66;
}
.AnyTagClassName
{
color: #E0CB66;
}
</style>
background-color css
<style>
a { background-color: #E0CB66; }
a { background-color: rgb(224,203,102); }
div.DivClassName
{
background-color: #E0CB66;
}
.BgClassName
{
background-color: #E0CB66;
}
</style>
border-color css
<style>
span { border-color: #E0CB66; }
span { border-color: rgb(224,203,102); }
td.TdClassName
{
border-color: #E0CB66;
}
.TagClassName
{
border-color: #E0CB66;
}
</style>