Shades of Golden Sand #E8CC6D
Tints of Golden Sand #E8CC6D
RGB
CMYK
RGB Variations
Color information
#E8CC6D (or 0xE8CC6D) is known color: Golden Sand. HEX triplet: E8, CC and 6D. RGB value is (232,204,109). Sum of RGB (Red+Green+Blue) = 232+204+109=545 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.57% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 109 (42.97% from 255 or 20% from 545); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CC6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CC6D is #173392. Grayscale: #C9C9C9. Windows color (decimal): -1520531 or 7195880. OLE color: 7195880.
HSL color Cylindrical-coordinate representation of color #E8CC6D: hue angle of 46.34º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E8CC6D is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 204 | 109 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.09 |
| HSL | 46.34º | 0.73% | 0.67% | - |
| HSV(B) | 46.34º | 0.53% | 0.91% | - |
| XYZ | 57.63 | 61.45 | 23.29 | - |
| YUV | 201.54 | 75.78 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 204 | 109 | 0 | 0.12 | 0.53 | 0.09 | 46.34 | 0.73 | 0.67 |
| Hex | E8 | CC | 6D | 0 | C | 35 | 9 | 2E | 49 | 43 |
| Octal | 350 | 314 | 155 | 0 | 14 | 65 | 11 | 56 | 111 | 103 |
| Binary | 11101000 | 11001100 | 1101101 | 0 | 1100 | 110101 | 1001 | 101110 | 1001001 | 1000011 |
Color Harmonies of #E8CC6D
Complementary color
Monochromatic Colors of #E8CC6D
Black with #E8CC6D
Text Example
Text Example
White with #E8CC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CC6D; }
p { color: rgb(232,204,109); }
H1.HeaderClassName
{
color: #E8CC6D;
}
.AnyTagClassName
{
color: #E8CC6D;
}
</style>
background-color css
<style>
a { background-color: #E8CC6D; }
a { background-color: rgb(232,204,109); }
div.DivClassName
{
background-color: #E8CC6D;
}
.BgClassName
{
background-color: #E8CC6D;
}
</style>
border-color css
<style>
span { border-color: #E8CC6D; }
span { border-color: rgb(232,204,109); }
td.TdClassName
{
border-color: #E8CC6D;
}
.TagClassName
{
border-color: #E8CC6D;
}
</style>