Shades of Golden Sand #EAC76D
Tints of Golden Sand #EAC76D
RGB
CMYK
RGB Variations
Color information
#EAC76D (or 0xEAC76D) is known color: Golden Sand. HEX triplet: EA, C7 and 6D. RGB value is (234,199,109). Sum of RGB (Red+Green+Blue) = 234+199+109=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 199 (78.12% from 255 or 36.72% from 542); Blue value is 109 (42.97% from 255 or 20.11% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC76D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC76D is #153892. Grayscale: #C7C7C7. Windows color (decimal): -1390739 or 7194602. OLE color: 7194602.
HSL color Cylindrical-coordinate representation of color #EAC76D: hue angle of 43.2º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EAC76D is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 199 | 109 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.08 |
| HSL | 43.2º | 0.75% | 0.67% | - |
| HSV(B) | 43.2º | 0.53% | 0.92% | - |
| XYZ | 57.12 | 59.44 | 22.93 | - |
| YUV | 199.21 | 77.1 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 199 | 109 | 0 | 0.15 | 0.53 | 0.08 | 43.2 | 0.75 | 0.67 |
| Hex | EA | C7 | 6D | 0 | F | 35 | 8 | 2B | 4B | 43 |
| Octal | 352 | 307 | 155 | 0 | 17 | 65 | 10 | 53 | 113 | 103 |
| Binary | 11101010 | 11000111 | 1101101 | 0 | 1111 | 110101 | 1000 | 101011 | 1001011 | 1000011 |
Color Harmonies of #EAC76D
Complementary color
Monochromatic Colors of #EAC76D
Black with #EAC76D
Text Example
Text Example
White with #EAC76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC76D; }
p { color: rgb(234,199,109); }
H1.HeaderClassName
{
color: #EAC76D;
}
.AnyTagClassName
{
color: #EAC76D;
}
</style>
background-color css
<style>
a { background-color: #EAC76D; }
a { background-color: rgb(234,199,109); }
div.DivClassName
{
background-color: #EAC76D;
}
.BgClassName
{
background-color: #EAC76D;
}
</style>
border-color css
<style>
span { border-color: #EAC76D; }
span { border-color: rgb(234,199,109); }
td.TdClassName
{
border-color: #EAC76D;
}
.TagClassName
{
border-color: #EAC76D;
}
</style>