Shades of Golden Sand #EAD260
Tints of Golden Sand #EAD260
RGB
CMYK
RGB Variations
Color information
#EAD260 (or 0xEAD260) is known color: Golden Sand. HEX triplet: EA, D2 and 60. RGB value is (234,210,96). Sum of RGB (Red+Green+Blue) = 234+210+96=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 210 (82.42% from 255 or 38.89% from 540); Blue value is 96 (37.89% from 255 or 17.78% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD260 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD260 is #152D9F. Grayscale: #CCCCCC. Windows color (decimal): -1387936 or 6345450. OLE color: 6345450.
HSL color Cylindrical-coordinate representation of color #EAD260: hue angle of 49.57º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EAD260 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 210 | 96 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.08 |
| HSL | 49.57º | 0.77% | 0.65% | - |
| HSV(B) | 49.57º | 0.59% | 0.92% | - |
| XYZ | 59.09 | 64.43 | 20.39 | - |
| YUV | 204.18 | 66.95 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 210 | 96 | 0 | 0.10 | 0.59 | 0.08 | 49.57 | 0.77 | 0.65 |
| Hex | EA | D2 | 60 | 0 | A | 3B | 8 | 32 | 4D | 41 |
| Octal | 352 | 322 | 140 | 0 | 12 | 73 | 10 | 62 | 115 | 101 |
| Binary | 11101010 | 11010010 | 1100000 | 0 | 1010 | 111011 | 1000 | 110010 | 1001101 | 1000001 |
Color Harmonies of #EAD260
Complementary color
Monochromatic Colors of #EAD260
Black with #EAD260
Text Example
Text Example
White with #EAD260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD260; }
p { color: rgb(234,210,96); }
H1.HeaderClassName
{
color: #EAD260;
}
.AnyTagClassName
{
color: #EAD260;
}
</style>
background-color css
<style>
a { background-color: #EAD260; }
a { background-color: rgb(234,210,96); }
div.DivClassName
{
background-color: #EAD260;
}
.BgClassName
{
background-color: #EAD260;
}
</style>
border-color css
<style>
span { border-color: #EAD260; }
span { border-color: rgb(234,210,96); }
td.TdClassName
{
border-color: #EAD260;
}
.TagClassName
{
border-color: #EAD260;
}
</style>