Shades of Golden Sand #EAC461
Tints of Golden Sand #EAC461
RGB
CMYK
RGB Variations
Color information
#EAC461 (or 0xEAC461) is known color: Golden Sand. HEX triplet: EA, C4 and 61. RGB value is (234,196,97). Sum of RGB (Red+Green+Blue) = 234+196+97=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 196 (76.95% from 255 or 37.19% from 527); Blue value is 97 (38.28% from 255 or 18.41% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC461 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC461 is #153B9E. Grayscale: #C4C4C4. Windows color (decimal): -1391519 or 6407402. OLE color: 6407402.
HSL color Cylindrical-coordinate representation of color #EAC461: hue angle of 43.36º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EAC461 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 196 | 97 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.08 |
| HSL | 43.36º | 0.77% | 0.65% | - |
| HSV(B) | 43.36º | 0.59% | 0.92% | - |
| XYZ | 55.83 | 57.84 | 19.53 | - |
| YUV | 196.08 | 72.09 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 196 | 97 | 0 | 0.16 | 0.59 | 0.08 | 43.36 | 0.77 | 0.65 |
| Hex | EA | C4 | 61 | 0 | 10 | 3B | 8 | 2B | 4D | 41 |
| Octal | 352 | 304 | 141 | 0 | 20 | 73 | 10 | 53 | 115 | 101 |
| Binary | 11101010 | 11000100 | 1100001 | 0 | 10000 | 111011 | 1000 | 101011 | 1001101 | 1000001 |
Color Harmonies of #EAC461
Complementary color
Monochromatic Colors of #EAC461
Black with #EAC461
Text Example
Text Example
White with #EAC461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC461; }
p { color: rgb(234,196,97); }
H1.HeaderClassName
{
color: #EAC461;
}
.AnyTagClassName
{
color: #EAC461;
}
</style>
background-color css
<style>
a { background-color: #EAC461; }
a { background-color: rgb(234,196,97); }
div.DivClassName
{
background-color: #EAC461;
}
.BgClassName
{
background-color: #EAC461;
}
</style>
border-color css
<style>
span { border-color: #EAC461; }
span { border-color: rgb(234,196,97); }
td.TdClassName
{
border-color: #EAC461;
}
.TagClassName
{
border-color: #EAC461;
}
</style>