Shades of Golden Sand #EAC974
Tints of Golden Sand #EAC974
RGB
CMYK
RGB Variations
Color information
#EAC974 (or 0xEAC974) is known color: Golden Sand. HEX triplet: EA, C9 and 74. RGB value is (234,201,116). Sum of RGB (Red+Green+Blue) = 234+201+116=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 201 (78.91% from 255 or 36.48% from 551); Blue value is 116 (45.70% from 255 or 21.05% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC974 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC974 is #15368B. Grayscale: #C9C9C9. Windows color (decimal): -1390220 or 7653866. OLE color: 7653866.
HSL color Cylindrical-coordinate representation of color #EAC974: hue angle of 43.22º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EAC974 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 116 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.08 |
| HSL | 43.22º | 0.74% | 0.69% | - |
| HSV(B) | 43.22º | 0.5% | 0.92% | - |
| XYZ | 57.97 | 60.53 | 25.15 | - |
| YUV | 201.18 | 79.93 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 116 | 0 | 0.14 | 0.50 | 0.08 | 43.22 | 0.74 | 0.69 |
| Hex | EA | C9 | 74 | 0 | E | 32 | 8 | 2B | 4A | 45 |
| Octal | 352 | 311 | 164 | 0 | 16 | 62 | 10 | 53 | 112 | 105 |
| Binary | 11101010 | 11001001 | 1110100 | 0 | 1110 | 110010 | 1000 | 101011 | 1001010 | 1000101 |
Color Harmonies of #EAC974
Complementary color
Monochromatic Colors of #EAC974
Black with #EAC974
Text Example
Text Example
White with #EAC974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC974; }
p { color: rgb(234,201,116); }
H1.HeaderClassName
{
color: #EAC974;
}
.AnyTagClassName
{
color: #EAC974;
}
</style>
background-color css
<style>
a { background-color: #EAC974; }
a { background-color: rgb(234,201,116); }
div.DivClassName
{
background-color: #EAC974;
}
.BgClassName
{
background-color: #EAC974;
}
</style>
border-color css
<style>
span { border-color: #EAC974; }
span { border-color: rgb(234,201,116); }
td.TdClassName
{
border-color: #EAC974;
}
.TagClassName
{
border-color: #EAC974;
}
</style>