Shades of Golden Sand #EAC75E
Tints of Golden Sand #EAC75E
RGB
CMYK
RGB Variations
Color information
#EAC75E (or 0xEAC75E) is known color: Golden Sand. HEX triplet: EA, C7 and 5E. RGB value is (234,199,94). Sum of RGB (Red+Green+Blue) = 234+199+94=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 199 (78.12% from 255 or 37.76% from 527); Blue value is 94 (37.11% from 255 or 17.84% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC75E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC75E is #1538A1. Grayscale: #C5C5C5. Windows color (decimal): -1390754 or 6211562. OLE color: 6211562.
HSL color Cylindrical-coordinate representation of color #EAC75E: hue angle of 45º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EAC75E is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 199 | 94 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.08 |
| HSL | 45º | 0.77% | 0.64% | - |
| HSV(B) | 45º | 0.6% | 0.92% | - |
| XYZ | 56.38 | 59.15 | 19.03 | - |
| YUV | 197.5 | 69.6 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 199 | 94 | 0 | 0.15 | 0.60 | 0.08 | 45 | 0.77 | 0.64 |
| Hex | EA | C7 | 5E | 0 | F | 3C | 8 | 2D | 4D | 40 |
| Octal | 352 | 307 | 136 | 0 | 17 | 74 | 10 | 55 | 115 | 100 |
| Binary | 11101010 | 11000111 | 1011110 | 0 | 1111 | 111100 | 1000 | 101101 | 1001101 | 1000000 |
Color Harmonies of #EAC75E
Complementary color
Monochromatic Colors of #EAC75E
Black with #EAC75E
Text Example
Text Example
White with #EAC75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC75E; }
p { color: rgb(234,199,94); }
H1.HeaderClassName
{
color: #EAC75E;
}
.AnyTagClassName
{
color: #EAC75E;
}
</style>
background-color css
<style>
a { background-color: #EAC75E; }
a { background-color: rgb(234,199,94); }
div.DivClassName
{
background-color: #EAC75E;
}
.BgClassName
{
background-color: #EAC75E;
}
</style>
border-color css
<style>
span { border-color: #EAC75E; }
span { border-color: rgb(234,199,94); }
td.TdClassName
{
border-color: #EAC75E;
}
.TagClassName
{
border-color: #EAC75E;
}
</style>