Shades of Golden Sand #EAD071
Tints of Golden Sand #EAD071
RGB
CMYK
RGB Variations
Color information
#EAD071 (or 0xEAD071) is known color: Golden Sand. HEX triplet: EA, D0 and 71. RGB value is (234,208,113). Sum of RGB (Red+Green+Blue) = 234+208+113=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 208 (81.64% from 255 or 37.48% from 555); Blue value is 113 (44.53% from 255 or 20.36% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD071 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD071 is #152F8E. Grayscale: #CDCDCD. Windows color (decimal): -1388431 or 7459050. OLE color: 7459050.
HSL color Cylindrical-coordinate representation of color #EAD071: hue angle of 47.11º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EAD071 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 208 | 113 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.08 |
| HSL | 47.11º | 0.74% | 0.68% | - |
| HSV(B) | 47.11º | 0.52% | 0.92% | - |
| XYZ | 59.47 | 63.8 | 24.8 | - |
| YUV | 204.94 | 76.11 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 208 | 113 | 0 | 0.11 | 0.52 | 0.08 | 47.11 | 0.74 | 0.68 |
| Hex | EA | D0 | 71 | 0 | B | 34 | 8 | 2F | 4A | 44 |
| Octal | 352 | 320 | 161 | 0 | 13 | 64 | 10 | 57 | 112 | 104 |
| Binary | 11101010 | 11010000 | 1110001 | 0 | 1011 | 110100 | 1000 | 101111 | 1001010 | 1000100 |
Color Harmonies of #EAD071
Complementary color
Monochromatic Colors of #EAD071
Black with #EAD071
Text Example
Text Example
White with #EAD071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD071; }
p { color: rgb(234,208,113); }
H1.HeaderClassName
{
color: #EAD071;
}
.AnyTagClassName
{
color: #EAD071;
}
</style>
background-color css
<style>
a { background-color: #EAD071; }
a { background-color: rgb(234,208,113); }
div.DivClassName
{
background-color: #EAD071;
}
.BgClassName
{
background-color: #EAD071;
}
</style>
border-color css
<style>
span { border-color: #EAD071; }
span { border-color: rgb(234,208,113); }
td.TdClassName
{
border-color: #EAD071;
}
.TagClassName
{
border-color: #EAD071;
}
</style>