Shades of Golden Sand #E8CD74
Tints of Golden Sand #E8CD74
RGB
CMYK
RGB Variations
Color information
#E8CD74 (or 0xE8CD74) is known color: Golden Sand. HEX triplet: E8, CD and 74. RGB value is (232,205,116). Sum of RGB (Red+Green+Blue) = 232+205+116=553 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.95% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 116 (45.70% from 255 or 20.98% from 553); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CD74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CD74 is #17328B. Grayscale: #CBCBCB. Windows color (decimal): -1520268 or 7654888. OLE color: 7654888.
HSL color Cylindrical-coordinate representation of color #E8CD74: hue angle of 46.03º 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 #E8CD74 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 205 | 116 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.09 |
| HSL | 46.03º | 0.72% | 0.68% | - |
| HSV(B) | 46.03º | 0.5% | 0.91% | - |
| XYZ | 58.26 | 62.08 | 25.43 | - |
| YUV | 202.93 | 78.95 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 205 | 116 | 0 | 0.12 | 0.50 | 0.09 | 46.03 | 0.72 | 0.68 |
| Hex | E8 | CD | 74 | 0 | C | 32 | 9 | 2E | 48 | 44 |
| Octal | 350 | 315 | 164 | 0 | 14 | 62 | 11 | 56 | 110 | 104 |
| Binary | 11101000 | 11001101 | 1110100 | 0 | 1100 | 110010 | 1001 | 101110 | 1001000 | 1000100 |
Color Harmonies of #E8CD74
Complementary color
Monochromatic Colors of #E8CD74
Black with #E8CD74
Text Example
Text Example
White with #E8CD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CD74; }
p { color: rgb(232,205,116); }
H1.HeaderClassName
{
color: #E8CD74;
}
.AnyTagClassName
{
color: #E8CD74;
}
</style>
background-color css
<style>
a { background-color: #E8CD74; }
a { background-color: rgb(232,205,116); }
div.DivClassName
{
background-color: #E8CD74;
}
.BgClassName
{
background-color: #E8CD74;
}
</style>
border-color css
<style>
span { border-color: #E8CD74; }
span { border-color: rgb(232,205,116); }
td.TdClassName
{
border-color: #E8CD74;
}
.TagClassName
{
border-color: #E8CD74;
}
</style>