Shades of Golden Sand #EAC972
Tints of Golden Sand #EAC972
RGB
CMYK
RGB Variations
Color information
#EAC972 (or 0xEAC972) is known color: Golden Sand. HEX triplet: EA, C9 and 72. RGB value is (234,201,114). Sum of RGB (Red+Green+Blue) = 234+201+114=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 114 (44.92% from 255 or 20.77% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC972 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC972 is #15368D. Grayscale: #C9C9C9. Windows color (decimal): -1390222 or 7522794. OLE color: 7522794.
HSL color Cylindrical-coordinate representation of color #EAC972: hue angle of 43.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EAC972 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 114 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.08 |
| HSL | 43.5º | 0.74% | 0.68% | - |
| HSV(B) | 43.5º | 0.51% | 0.92% | - |
| XYZ | 57.86 | 60.48 | 24.54 | - |
| YUV | 200.95 | 78.93 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 114 | 0 | 0.14 | 0.51 | 0.08 | 43.5 | 0.74 | 0.68 |
| Hex | EA | C9 | 72 | 0 | E | 33 | 8 | 2C | 4A | 44 |
| Octal | 352 | 311 | 162 | 0 | 16 | 63 | 10 | 54 | 112 | 104 |
| Binary | 11101010 | 11001001 | 1110010 | 0 | 1110 | 110011 | 1000 | 101100 | 1001010 | 1000100 |
Color Harmonies of #EAC972
Complementary color
Monochromatic Colors of #EAC972
Black with #EAC972
Text Example
Text Example
White with #EAC972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC972; }
p { color: rgb(234,201,114); }
H1.HeaderClassName
{
color: #EAC972;
}
.AnyTagClassName
{
color: #EAC972;
}
</style>
background-color css
<style>
a { background-color: #EAC972; }
a { background-color: rgb(234,201,114); }
div.DivClassName
{
background-color: #EAC972;
}
.BgClassName
{
background-color: #EAC972;
}
</style>
border-color css
<style>
span { border-color: #EAC972; }
span { border-color: rgb(234,201,114); }
td.TdClassName
{
border-color: #EAC972;
}
.TagClassName
{
border-color: #EAC972;
}
</style>