Shades of Golden Sand #E0CC6D
Tints of Golden Sand #E0CC6D
RGB
CMYK
RGB Variations
Color information
#E0CC6D (or 0xE0CC6D) is known color: Golden Sand. HEX triplet: E0, CC and 6D. RGB value is (224,204,109). Sum of RGB (Red+Green+Blue) = 224+204+109=537 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.71% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 109 (42.97% from 255 or 20.30% from 537); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CC6D is #1F3392. Grayscale: #C7C7C7. Windows color (decimal): -2044819 or 7195872. OLE color: 7195872.
HSL color Cylindrical-coordinate representation of color #E0CC6D: hue angle of 49.57º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0CC6D is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 204 | 109 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.12 |
| HSL | 49.57º | 0.65% | 0.65% | - |
| HSV(B) | 49.57º | 0.51% | 0.88% | - |
| XYZ | 55.09 | 60.14 | 23.17 | - |
| YUV | 199.15 | 77.13 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 204 | 109 | 0 | 0.09 | 0.51 | 0.12 | 49.57 | 0.65 | 0.65 |
| Hex | E0 | CC | 6D | 0 | 9 | 33 | C | 32 | 41 | 41 |
| Octal | 340 | 314 | 155 | 0 | 11 | 63 | 14 | 62 | 101 | 101 |
| Binary | 11100000 | 11001100 | 1101101 | 0 | 1001 | 110011 | 1100 | 110010 | 1000001 | 1000001 |
Color Harmonies of #E0CC6D
Complementary color
Monochromatic Colors of #E0CC6D
Black with #E0CC6D
Text Example
Text Example
White with #E0CC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CC6D; }
p { color: rgb(224,204,109); }
H1.HeaderClassName
{
color: #E0CC6D;
}
.AnyTagClassName
{
color: #E0CC6D;
}
</style>
background-color css
<style>
a { background-color: #E0CC6D; }
a { background-color: rgb(224,204,109); }
div.DivClassName
{
background-color: #E0CC6D;
}
.BgClassName
{
background-color: #E0CC6D;
}
</style>
border-color css
<style>
span { border-color: #E0CC6D; }
span { border-color: rgb(224,204,109); }
td.TdClassName
{
border-color: #E0CC6D;
}
.TagClassName
{
border-color: #E0CC6D;
}
</style>