Shades of Golden Sand #EACD70
Tints of Golden Sand #EACD70
RGB
CMYK
RGB Variations
Color information
#EACD70 (or 0xEACD70) is known color: Golden Sand. HEX triplet: EA, CD and 70. RGB value is (234,205,112). Sum of RGB (Red+Green+Blue) = 234+205+112=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 112 (44.14% from 255 or 20.33% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACD70 is #15328F. Grayscale: #CBCBCB. Windows color (decimal): -1389200 or 7392746. OLE color: 7392746.
HSL color Cylindrical-coordinate representation of color #EACD70: hue angle of 45.74º 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 #EACD70 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 112 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.08 |
| HSL | 45.74º | 0.74% | 0.68% | - |
| HSV(B) | 45.74º | 0.52% | 0.92% | - |
| XYZ | 58.69 | 62.32 | 24.27 | - |
| YUV | 203.07 | 76.61 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 112 | 0 | 0.12 | 0.52 | 0.08 | 45.74 | 0.74 | 0.68 |
| Hex | EA | CD | 70 | 0 | C | 34 | 8 | 2E | 4A | 44 |
| Octal | 352 | 315 | 160 | 0 | 14 | 64 | 10 | 56 | 112 | 104 |
| Binary | 11101010 | 11001101 | 1110000 | 0 | 1100 | 110100 | 1000 | 101110 | 1001010 | 1000100 |
Color Harmonies of #EACD70
Complementary color
Monochromatic Colors of #EACD70
Black with #EACD70
Text Example
Text Example
White with #EACD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACD70; }
p { color: rgb(234,205,112); }
H1.HeaderClassName
{
color: #EACD70;
}
.AnyTagClassName
{
color: #EACD70;
}
</style>
background-color css
<style>
a { background-color: #EACD70; }
a { background-color: rgb(234,205,112); }
div.DivClassName
{
background-color: #EACD70;
}
.BgClassName
{
background-color: #EACD70;
}
</style>
border-color css
<style>
span { border-color: #EACD70; }
span { border-color: rgb(234,205,112); }
td.TdClassName
{
border-color: #EACD70;
}
.TagClassName
{
border-color: #EACD70;
}
</style>