Shades of Golden Sand #EFD370
Tints of Golden Sand #EFD370
RGB
CMYK
RGB Variations
Color information
#EFD370 (or 0xEFD370) is known color: Golden Sand. HEX triplet: EF, D3 and 70. RGB value is (239,211,112). Sum of RGB (Red+Green+Blue) = 239+211+112=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 211 (82.81% from 255 or 37.54% from 562); Blue value is 112 (44.14% from 255 or 19.93% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD370 is #102C8F. Grayscale: #D0D0D0. Windows color (decimal): -1059984 or 7394287. OLE color: 7394287.
HSL color Cylindrical-coordinate representation of color #EFD370: hue angle of 46.77º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EFD370 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 112 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.06 |
| HSL | 46.77º | 0.8% | 0.69% | - |
| HSV(B) | 46.77º | 0.53% | 0.94% | - |
| XYZ | 61.82 | 66.11 | 24.83 | - |
| YUV | 208.09 | 73.78 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 112 | 0 | 0.12 | 0.53 | 0.06 | 46.77 | 0.8 | 0.69 |
| Hex | EF | D3 | 70 | 0 | C | 35 | 6 | 2F | 50 | 45 |
| Octal | 357 | 323 | 160 | 0 | 14 | 65 | 6 | 57 | 120 | 105 |
| Binary | 11101111 | 11010011 | 1110000 | 0 | 1100 | 110101 | 110 | 101111 | 1010000 | 1000101 |
Color Harmonies of #EFD370
Complementary color
Monochromatic Colors of #EFD370
Black with #EFD370
Text Example
Text Example
White with #EFD370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD370; }
p { color: rgb(239,211,112); }
H1.HeaderClassName
{
color: #EFD370;
}
.AnyTagClassName
{
color: #EFD370;
}
</style>
background-color css
<style>
a { background-color: #EFD370; }
a { background-color: rgb(239,211,112); }
div.DivClassName
{
background-color: #EFD370;
}
.BgClassName
{
background-color: #EFD370;
}
</style>
border-color css
<style>
span { border-color: #EFD370; }
span { border-color: rgb(239,211,112); }
td.TdClassName
{
border-color: #EFD370;
}
.TagClassName
{
border-color: #EFD370;
}
</style>