Shades of Golden Sand #EAD271
Tints of Golden Sand #EAD271
RGB
CMYK
RGB Variations
Color information
#EAD271 (or 0xEAD271) is known color: Golden Sand. HEX triplet: EA, D2 and 71. RGB value is (234,210,113). Sum of RGB (Red+Green+Blue) = 234+210+113=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 113 (44.53% from 255 or 20.29% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD271 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD271 is #152D8E. Grayscale: #CECECE. Windows color (decimal): -1387919 or 7459562. OLE color: 7459562.
HSL color Cylindrical-coordinate representation of color #EAD271: hue angle of 48.1º 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 #EAD271 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 210 | 113 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.08 |
| HSL | 48.1º | 0.74% | 0.68% | - |
| HSV(B) | 48.1º | 0.52% | 0.92% | - |
| XYZ | 59.96 | 64.78 | 24.97 | - |
| YUV | 206.12 | 75.45 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 210 | 113 | 0 | 0.10 | 0.52 | 0.08 | 48.1 | 0.74 | 0.68 |
| Hex | EA | D2 | 71 | 0 | A | 34 | 8 | 30 | 4A | 44 |
| Octal | 352 | 322 | 161 | 0 | 12 | 64 | 10 | 60 | 112 | 104 |
| Binary | 11101010 | 11010010 | 1110001 | 0 | 1010 | 110100 | 1000 | 110000 | 1001010 | 1000100 |
Color Harmonies of #EAD271
Complementary color
Monochromatic Colors of #EAD271
Black with #EAD271
Text Example
Text Example
White with #EAD271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD271; }
p { color: rgb(234,210,113); }
H1.HeaderClassName
{
color: #EAD271;
}
.AnyTagClassName
{
color: #EAD271;
}
</style>
background-color css
<style>
a { background-color: #EAD271; }
a { background-color: rgb(234,210,113); }
div.DivClassName
{
background-color: #EAD271;
}
.BgClassName
{
background-color: #EAD271;
}
</style>
border-color css
<style>
span { border-color: #EAD271; }
span { border-color: rgb(234,210,113); }
td.TdClassName
{
border-color: #EAD271;
}
.TagClassName
{
border-color: #EAD271;
}
</style>