Shades of Golden Sand #EAD06F
Tints of Golden Sand #EAD06F
RGB
CMYK
RGB Variations
Color information
#EAD06F (or 0xEAD06F) is known color: Golden Sand. HEX triplet: EA, D0 and 6F. RGB value is (234,208,111). Sum of RGB (Red+Green+Blue) = 234+208+111=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 208 (81.64% from 255 or 37.61% from 553); Blue value is 111 (43.75% from 255 or 20.07% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD06F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD06F is #152F90. Grayscale: #CDCDCD. Windows color (decimal): -1388433 or 7327978. OLE color: 7327978.
HSL color Cylindrical-coordinate representation of color #EAD06F: hue angle of 47.32º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EAD06F is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 208 | 111 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.08 |
| HSL | 47.32º | 0.75% | 0.68% | - |
| HSV(B) | 47.32º | 0.53% | 0.92% | - |
| XYZ | 59.36 | 63.75 | 24.22 | - |
| YUV | 204.72 | 75.11 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 208 | 111 | 0 | 0.11 | 0.53 | 0.08 | 47.32 | 0.75 | 0.68 |
| Hex | EA | D0 | 6F | 0 | B | 35 | 8 | 2F | 4B | 44 |
| Octal | 352 | 320 | 157 | 0 | 13 | 65 | 10 | 57 | 113 | 104 |
| Binary | 11101010 | 11010000 | 1101111 | 0 | 1011 | 110101 | 1000 | 101111 | 1001011 | 1000100 |
Color Harmonies of #EAD06F
Complementary color
Monochromatic Colors of #EAD06F
Black with #EAD06F
Text Example
Text Example
White with #EAD06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD06F; }
p { color: rgb(234,208,111); }
H1.HeaderClassName
{
color: #EAD06F;
}
.AnyTagClassName
{
color: #EAD06F;
}
</style>
background-color css
<style>
a { background-color: #EAD06F; }
a { background-color: rgb(234,208,111); }
div.DivClassName
{
background-color: #EAD06F;
}
.BgClassName
{
background-color: #EAD06F;
}
</style>
border-color css
<style>
span { border-color: #EAD06F; }
span { border-color: rgb(234,208,111); }
td.TdClassName
{
border-color: #EAD06F;
}
.TagClassName
{
border-color: #EAD06F;
}
</style>