Shades of Golden Sand #EFC962
Tints of Golden Sand #EFC962
RGB
CMYK
RGB Variations
Color information
#EFC962 (or 0xEFC962) is known color: Golden Sand. HEX triplet: EF, C9 and 62. RGB value is (239,201,98). Sum of RGB (Red+Green+Blue) = 239+201+98=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 201 (78.91% from 255 or 37.36% from 538); Blue value is 98 (38.67% from 255 or 18.22% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC962 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC962 is #10369D. Grayscale: #C9C9C9. Windows color (decimal): -1062558 or 6474223. OLE color: 6474223.
HSL color Cylindrical-coordinate representation of color #EFC962: hue angle of 43.83º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EFC962 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 98 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.06 |
| HSL | 43.83º | 0.82% | 0.66% | - |
| HSV(B) | 43.83º | 0.59% | 0.94% | - |
| XYZ | 58.69 | 61.01 | 20.24 | - |
| YUV | 200.62 | 70.09 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 98 | 0 | 0.16 | 0.59 | 0.06 | 43.83 | 0.82 | 0.66 |
| Hex | EF | C9 | 62 | 0 | 10 | 3B | 6 | 2C | 52 | 42 |
| Octal | 357 | 311 | 142 | 0 | 20 | 73 | 6 | 54 | 122 | 102 |
| Binary | 11101111 | 11001001 | 1100010 | 0 | 10000 | 111011 | 110 | 101100 | 1010010 | 1000010 |
Color Harmonies of #EFC962
Complementary color
Monochromatic Colors of #EFC962
Black with #EFC962
Text Example
Text Example
White with #EFC962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC962; }
p { color: rgb(239,201,98); }
H1.HeaderClassName
{
color: #EFC962;
}
.AnyTagClassName
{
color: #EFC962;
}
</style>
background-color css
<style>
a { background-color: #EFC962; }
a { background-color: rgb(239,201,98); }
div.DivClassName
{
background-color: #EFC962;
}
.BgClassName
{
background-color: #EFC962;
}
</style>
border-color css
<style>
span { border-color: #EFC962; }
span { border-color: rgb(239,201,98); }
td.TdClassName
{
border-color: #EFC962;
}
.TagClassName
{
border-color: #EFC962;
}
</style>