Shades of Golden Sand #E0CC65
Tints of Golden Sand #E0CC65
RGB
CMYK
RGB Variations
Color information
#E0CC65 (or 0xE0CC65) is known color: Golden Sand. HEX triplet: E0, CC and 65. RGB value is (224,204,101). Sum of RGB (Red+Green+Blue) = 224+204+101=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 101 (39.84% from 255 or 19.09% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CC65 is #1F339A. Grayscale: #C6C6C6. Windows color (decimal): -2044827 or 6671584. OLE color: 6671584.
HSL color Cylindrical-coordinate representation of color #E0CC65: hue angle of 50.24º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E0CC65 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 204 | 101 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.12 |
| HSL | 50.24º | 0.66% | 0.64% | - |
| HSV(B) | 50.24º | 0.55% | 0.88% | - |
| XYZ | 54.68 | 59.97 | 21.01 | - |
| YUV | 198.24 | 73.13 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 204 | 101 | 0 | 0.09 | 0.55 | 0.12 | 50.24 | 0.66 | 0.64 |
| Hex | E0 | CC | 65 | 0 | 9 | 37 | C | 32 | 42 | 40 |
| Octal | 340 | 314 | 145 | 0 | 11 | 67 | 14 | 62 | 102 | 100 |
| Binary | 11100000 | 11001100 | 1100101 | 0 | 1001 | 110111 | 1100 | 110010 | 1000010 | 1000000 |
Color Harmonies of #E0CC65
Complementary color
Monochromatic Colors of #E0CC65
Black with #E0CC65
Text Example
Text Example
White with #E0CC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CC65; }
p { color: rgb(224,204,101); }
H1.HeaderClassName
{
color: #E0CC65;
}
.AnyTagClassName
{
color: #E0CC65;
}
</style>
background-color css
<style>
a { background-color: #E0CC65; }
a { background-color: rgb(224,204,101); }
div.DivClassName
{
background-color: #E0CC65;
}
.BgClassName
{
background-color: #E0CC65;
}
</style>
border-color css
<style>
span { border-color: #E0CC65; }
span { border-color: rgb(224,204,101); }
td.TdClassName
{
border-color: #E0CC65;
}
.TagClassName
{
border-color: #E0CC65;
}
</style>