Shades of Golden Sand #EFC95E
Tints of Golden Sand #EFC95E
RGB
CMYK
RGB Variations
Color information
#EFC95E (or 0xEFC95E) is known color: Golden Sand. HEX triplet: EF, C9 and 5E. RGB value is (239,201,94). Sum of RGB (Red+Green+Blue) = 239+201+94=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 201 (78.91% from 255 or 37.64% from 534); Blue value is 94 (37.11% from 255 or 17.60% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC95E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC95E is #1036A1. Grayscale: #C8C8C8. Windows color (decimal): -1062562 or 6212079. OLE color: 6212079.
HSL color Cylindrical-coordinate representation of color #EFC95E: hue angle of 44.28º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EFC95E is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 94 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.06 |
| HSL | 44.28º | 0.82% | 0.65% | - |
| HSV(B) | 44.28º | 0.61% | 0.94% | - |
| XYZ | 58.5 | 60.93 | 19.27 | - |
| YUV | 200.16 | 68.09 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 94 | 0 | 0.16 | 0.61 | 0.06 | 44.28 | 0.82 | 0.65 |
| Hex | EF | C9 | 5E | 0 | 10 | 3D | 6 | 2C | 52 | 41 |
| Octal | 357 | 311 | 136 | 0 | 20 | 75 | 6 | 54 | 122 | 101 |
| Binary | 11101111 | 11001001 | 1011110 | 0 | 10000 | 111101 | 110 | 101100 | 1010010 | 1000001 |
Color Harmonies of #EFC95E
Complementary color
Monochromatic Colors of #EFC95E
Black with #EFC95E
Text Example
Text Example
White with #EFC95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC95E; }
p { color: rgb(239,201,94); }
H1.HeaderClassName
{
color: #EFC95E;
}
.AnyTagClassName
{
color: #EFC95E;
}
</style>
background-color css
<style>
a { background-color: #EFC95E; }
a { background-color: rgb(239,201,94); }
div.DivClassName
{
background-color: #EFC95E;
}
.BgClassName
{
background-color: #EFC95E;
}
</style>
border-color css
<style>
span { border-color: #EFC95E; }
span { border-color: rgb(239,201,94); }
td.TdClassName
{
border-color: #EFC95E;
}
.TagClassName
{
border-color: #EFC95E;
}
</style>