Shades of Golden Sand #E8CC74
Tints of Golden Sand #E8CC74
RGB
CMYK
RGB Variations
Color information
#E8CC74 (or 0xE8CC74) is known color: Golden Sand. HEX triplet: E8, CC and 74. RGB value is (232,204,116). Sum of RGB (Red+Green+Blue) = 232+204+116=552 (73% of max value = 765). Red value is 232 (91.02% from 255 or 42.03% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 116 (45.70% from 255 or 21.01% from 552); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CC74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CC74 is #17338B. Grayscale: #CACACA. Windows color (decimal): -1520524 or 7654632. OLE color: 7654632.
HSL color Cylindrical-coordinate representation of color #E8CC74: hue angle of 45.52º 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 #E8CC74 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 204 | 116 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.09 |
| HSL | 45.52º | 0.72% | 0.68% | - |
| HSV(B) | 45.52º | 0.5% | 0.91% | - |
| XYZ | 58.02 | 61.6 | 25.36 | - |
| YUV | 202.34 | 79.28 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 204 | 116 | 0 | 0.12 | 0.50 | 0.09 | 45.52 | 0.72 | 0.68 |
| Hex | E8 | CC | 74 | 0 | C | 32 | 9 | 2E | 48 | 44 |
| Octal | 350 | 314 | 164 | 0 | 14 | 62 | 11 | 56 | 110 | 104 |
| Binary | 11101000 | 11001100 | 1110100 | 0 | 1100 | 110010 | 1001 | 101110 | 1001000 | 1000100 |
Color Harmonies of #E8CC74
Complementary color
Monochromatic Colors of #E8CC74
Black with #E8CC74
Text Example
Text Example
White with #E8CC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CC74; }
p { color: rgb(232,204,116); }
H1.HeaderClassName
{
color: #E8CC74;
}
.AnyTagClassName
{
color: #E8CC74;
}
</style>
background-color css
<style>
a { background-color: #E8CC74; }
a { background-color: rgb(232,204,116); }
div.DivClassName
{
background-color: #E8CC74;
}
.BgClassName
{
background-color: #E8CC74;
}
</style>
border-color css
<style>
span { border-color: #E8CC74; }
span { border-color: rgb(232,204,116); }
td.TdClassName
{
border-color: #E8CC74;
}
.TagClassName
{
border-color: #E8CC74;
}
</style>