Shades of Golden Sand #E8C974
Tints of Golden Sand #E8C974
RGB
CMYK
RGB Variations
Color information
#E8C974 (or 0xE8C974) is known color: Golden Sand. HEX triplet: E8, C9 and 74. RGB value is (232,201,116). Sum of RGB (Red+Green+Blue) = 232+201+116=549 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.26% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 116 (45.70% from 255 or 21.13% from 549); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C974 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C974 is #17368B. Grayscale: #C8C8C8. Windows color (decimal): -1521292 or 7653864. OLE color: 7653864.
HSL color Cylindrical-coordinate representation of color #E8C974: hue angle of 43.97º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E8C974 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 201 | 116 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.09 |
| HSL | 43.97º | 0.72% | 0.68% | - |
| HSV(B) | 43.97º | 0.5% | 0.91% | - |
| XYZ | 57.32 | 60.19 | 25.12 | - |
| YUV | 200.58 | 80.27 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 201 | 116 | 0 | 0.13 | 0.50 | 0.09 | 43.97 | 0.72 | 0.68 |
| Hex | E8 | C9 | 74 | 0 | D | 32 | 9 | 2C | 48 | 44 |
| Octal | 350 | 311 | 164 | 0 | 15 | 62 | 11 | 54 | 110 | 104 |
| Binary | 11101000 | 11001001 | 1110100 | 0 | 1101 | 110010 | 1001 | 101100 | 1001000 | 1000100 |
Color Harmonies of #E8C974
Complementary color
Monochromatic Colors of #E8C974
Black with #E8C974
Text Example
Text Example
White with #E8C974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C974; }
p { color: rgb(232,201,116); }
H1.HeaderClassName
{
color: #E8C974;
}
.AnyTagClassName
{
color: #E8C974;
}
</style>
background-color css
<style>
a { background-color: #E8C974; }
a { background-color: rgb(232,201,116); }
div.DivClassName
{
background-color: #E8C974;
}
.BgClassName
{
background-color: #E8C974;
}
</style>
border-color css
<style>
span { border-color: #E8C974; }
span { border-color: rgb(232,201,116); }
td.TdClassName
{
border-color: #E8C974;
}
.TagClassName
{
border-color: #E8C974;
}
</style>