Shades of Golden Sand #E8CC6F
Tints of Golden Sand #E8CC6F
RGB
CMYK
RGB Variations
Color information
#E8CC6F (or 0xE8CC6F) is known color: Golden Sand. HEX triplet: E8, CC and 6F. RGB value is (232,204,111). Sum of RGB (Red+Green+Blue) = 232+204+111=547 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.41% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 111 (43.75% from 255 or 20.29% from 547); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CC6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CC6F is #173390. Grayscale: #CACACA. Windows color (decimal): -1520529 or 7326952. OLE color: 7326952.
HSL color Cylindrical-coordinate representation of color #E8CC6F: hue angle of 46.12º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E8CC6F is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 204 | 111 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.09 |
| HSL | 46.12º | 0.72% | 0.67% | - |
| HSV(B) | 46.12º | 0.52% | 0.91% | - |
| XYZ | 57.74 | 61.49 | 23.86 | - |
| YUV | 201.77 | 76.78 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 204 | 111 | 0 | 0.12 | 0.52 | 0.09 | 46.12 | 0.72 | 0.67 |
| Hex | E8 | CC | 6F | 0 | C | 34 | 9 | 2E | 48 | 43 |
| Octal | 350 | 314 | 157 | 0 | 14 | 64 | 11 | 56 | 110 | 103 |
| Binary | 11101000 | 11001100 | 1101111 | 0 | 1100 | 110100 | 1001 | 101110 | 1001000 | 1000011 |
Color Harmonies of #E8CC6F
Complementary color
Monochromatic Colors of #E8CC6F
Black with #E8CC6F
Text Example
Text Example
White with #E8CC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CC6F; }
p { color: rgb(232,204,111); }
H1.HeaderClassName
{
color: #E8CC6F;
}
.AnyTagClassName
{
color: #E8CC6F;
}
</style>
background-color css
<style>
a { background-color: #E8CC6F; }
a { background-color: rgb(232,204,111); }
div.DivClassName
{
background-color: #E8CC6F;
}
.BgClassName
{
background-color: #E8CC6F;
}
</style>
border-color css
<style>
span { border-color: #E8CC6F; }
span { border-color: rgb(232,204,111); }
td.TdClassName
{
border-color: #E8CC6F;
}
.TagClassName
{
border-color: #E8CC6F;
}
</style>