Shades of Golden Sand #E0CC6C
Tints of Golden Sand #E0CC6C
RGB
CMYK
RGB Variations
Color information
#E0CC6C (or 0xE0CC6C) is known color: Golden Sand. HEX triplet: E0, CC and 6C. RGB value is (224,204,108). Sum of RGB (Red+Green+Blue) = 224+204+108=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 108 (42.58% from 255 or 20.15% from 536); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CC6C is #1F3393. Grayscale: #C7C7C7. Windows color (decimal): -2044820 or 7130336. OLE color: 7130336.
HSL color Cylindrical-coordinate representation of color #E0CC6C: hue angle of 49.66º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E0CC6C is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 204 | 108 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.12 |
| HSL | 49.66º | 0.65% | 0.65% | - |
| HSV(B) | 49.66º | 0.52% | 0.88% | - |
| XYZ | 55.04 | 60.12 | 22.89 | - |
| YUV | 199.04 | 76.63 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 204 | 108 | 0 | 0.09 | 0.52 | 0.12 | 49.66 | 0.65 | 0.65 |
| Hex | E0 | CC | 6C | 0 | 9 | 34 | C | 32 | 41 | 41 |
| Octal | 340 | 314 | 154 | 0 | 11 | 64 | 14 | 62 | 101 | 101 |
| Binary | 11100000 | 11001100 | 1101100 | 0 | 1001 | 110100 | 1100 | 110010 | 1000001 | 1000001 |
Color Harmonies of #E0CC6C
Complementary color
Monochromatic Colors of #E0CC6C
Black with #E0CC6C
Text Example
Text Example
White with #E0CC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CC6C; }
p { color: rgb(224,204,108); }
H1.HeaderClassName
{
color: #E0CC6C;
}
.AnyTagClassName
{
color: #E0CC6C;
}
</style>
background-color css
<style>
a { background-color: #E0CC6C; }
a { background-color: rgb(224,204,108); }
div.DivClassName
{
background-color: #E0CC6C;
}
.BgClassName
{
background-color: #E0CC6C;
}
</style>
border-color css
<style>
span { border-color: #E0CC6C; }
span { border-color: rgb(224,204,108); }
td.TdClassName
{
border-color: #E0CC6C;
}
.TagClassName
{
border-color: #E0CC6C;
}
</style>