Shades of Golden Sand #EAC76B
Tints of Golden Sand #EAC76B
RGB
CMYK
RGB Variations
Color information
#EAC76B (or 0xEAC76B) is known color: Golden Sand. HEX triplet: EA, C7 and 6B. RGB value is (234,199,107). Sum of RGB (Red+Green+Blue) = 234+199+107=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 199 (78.12% from 255 or 36.85% from 540); Blue value is 107 (42.19% from 255 or 19.81% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC76B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC76B is #153894. Grayscale: #C7C7C7. Windows color (decimal): -1390741 or 7063530. OLE color: 7063530.
HSL color Cylindrical-coordinate representation of color #EAC76B: hue angle of 43.46º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EAC76B is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 199 | 107 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.08 |
| HSL | 43.46º | 0.75% | 0.67% | - |
| HSV(B) | 43.46º | 0.54% | 0.92% | - |
| XYZ | 57.01 | 59.4 | 22.37 | - |
| YUV | 198.98 | 76.1 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 199 | 107 | 0 | 0.15 | 0.54 | 0.08 | 43.46 | 0.75 | 0.67 |
| Hex | EA | C7 | 6B | 0 | F | 36 | 8 | 2B | 4B | 43 |
| Octal | 352 | 307 | 153 | 0 | 17 | 66 | 10 | 53 | 113 | 103 |
| Binary | 11101010 | 11000111 | 1101011 | 0 | 1111 | 110110 | 1000 | 101011 | 1001011 | 1000011 |
Color Harmonies of #EAC76B
Complementary color
Monochromatic Colors of #EAC76B
Black with #EAC76B
Text Example
Text Example
White with #EAC76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC76B; }
p { color: rgb(234,199,107); }
H1.HeaderClassName
{
color: #EAC76B;
}
.AnyTagClassName
{
color: #EAC76B;
}
</style>
background-color css
<style>
a { background-color: #EAC76B; }
a { background-color: rgb(234,199,107); }
div.DivClassName
{
background-color: #EAC76B;
}
.BgClassName
{
background-color: #EAC76B;
}
</style>
border-color css
<style>
span { border-color: #EAC76B; }
span { border-color: rgb(234,199,107); }
td.TdClassName
{
border-color: #EAC76B;
}
.TagClassName
{
border-color: #EAC76B;
}
</style>