Shades of Golden Sand #EAD263
Tints of Golden Sand #EAD263
RGB
CMYK
RGB Variations
Color information
#EAD263 (or 0xEAD263) is known color: Golden Sand. HEX triplet: EA, D2 and 63. RGB value is (234,210,99). Sum of RGB (Red+Green+Blue) = 234+210+99=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 99 (39.06% from 255 or 18.23% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD263 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD263 is #152D9C. Grayscale: #CCCCCC. Windows color (decimal): -1387933 or 6542058. OLE color: 6542058.
HSL color Cylindrical-coordinate representation of color #EAD263: hue angle of 49.33º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EAD263 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 210 | 99 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.08 |
| HSL | 49.33º | 0.76% | 0.65% | - |
| HSV(B) | 49.33º | 0.58% | 0.92% | - |
| XYZ | 59.23 | 64.49 | 21.13 | - |
| YUV | 204.52 | 68.45 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 210 | 99 | 0 | 0.10 | 0.58 | 0.08 | 49.33 | 0.76 | 0.65 |
| Hex | EA | D2 | 63 | 0 | A | 3A | 8 | 31 | 4C | 41 |
| Octal | 352 | 322 | 143 | 0 | 12 | 72 | 10 | 61 | 114 | 101 |
| Binary | 11101010 | 11010010 | 1100011 | 0 | 1010 | 111010 | 1000 | 110001 | 1001100 | 1000001 |
Color Harmonies of #EAD263
Complementary color
Monochromatic Colors of #EAD263
Black with #EAD263
Text Example
Text Example
White with #EAD263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD263; }
p { color: rgb(234,210,99); }
H1.HeaderClassName
{
color: #EAD263;
}
.AnyTagClassName
{
color: #EAD263;
}
</style>
background-color css
<style>
a { background-color: #EAD263; }
a { background-color: rgb(234,210,99); }
div.DivClassName
{
background-color: #EAD263;
}
.BgClassName
{
background-color: #EAD263;
}
</style>
border-color css
<style>
span { border-color: #EAD263; }
span { border-color: rgb(234,210,99); }
td.TdClassName
{
border-color: #EAD263;
}
.TagClassName
{
border-color: #EAD263;
}
</style>