Shades of Golden Sand #EFC973
Tints of Golden Sand #EFC973
RGB
CMYK
RGB Variations
Color information
#EFC973 (or 0xEFC973) is known color: Golden Sand. HEX triplet: EF, C9 and 73. RGB value is (239,201,115). Sum of RGB (Red+Green+Blue) = 239+201+115=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 115 (45.31% from 255 or 20.72% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC973 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC973 is #10368C. Grayscale: #CACACA. Windows color (decimal): -1062541 or 7588335. OLE color: 7588335.
HSL color Cylindrical-coordinate representation of color #EFC973: hue angle of 41.61º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EFC973 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 115 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.06 |
| HSL | 41.61º | 0.79% | 0.69% | - |
| HSV(B) | 41.61º | 0.52% | 0.94% | - |
| XYZ | 59.58 | 61.36 | 24.92 | - |
| YUV | 202.56 | 78.59 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 115 | 0 | 0.16 | 0.52 | 0.06 | 41.61 | 0.79 | 0.69 |
| Hex | EF | C9 | 73 | 0 | 10 | 34 | 6 | 2A | 4F | 45 |
| Octal | 357 | 311 | 163 | 0 | 20 | 64 | 6 | 52 | 117 | 105 |
| Binary | 11101111 | 11001001 | 1110011 | 0 | 10000 | 110100 | 110 | 101010 | 1001111 | 1000101 |
Color Harmonies of #EFC973
Complementary color
Monochromatic Colors of #EFC973
Black with #EFC973
Text Example
Text Example
White with #EFC973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC973; }
p { color: rgb(239,201,115); }
H1.HeaderClassName
{
color: #EFC973;
}
.AnyTagClassName
{
color: #EFC973;
}
</style>
background-color css
<style>
a { background-color: #EFC973; }
a { background-color: rgb(239,201,115); }
div.DivClassName
{
background-color: #EFC973;
}
.BgClassName
{
background-color: #EFC973;
}
</style>
border-color css
<style>
span { border-color: #EFC973; }
span { border-color: rgb(239,201,115); }
td.TdClassName
{
border-color: #EFC973;
}
.TagClassName
{
border-color: #EFC973;
}
</style>