Shades of Golden Sand #EFCC5E
Tints of Golden Sand #EFCC5E
RGB
CMYK
RGB Variations
Color information
#EFCC5E (or 0xEFCC5E) is known color: Golden Sand. HEX triplet: EF, CC and 5E. RGB value is (239,204,94). Sum of RGB (Red+Green+Blue) = 239+204+94=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 94 (37.11% from 255 or 17.50% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCC5E is #1033A1. Grayscale: #CACACA. Windows color (decimal): -1061794 or 6212847. OLE color: 6212847.
HSL color Cylindrical-coordinate representation of color #EFCC5E: hue angle of 45.52º 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 #EFCC5E is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 94 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.06 |
| HSL | 45.52º | 0.82% | 0.65% | - |
| HSV(B) | 45.52º | 0.61% | 0.94% | - |
| XYZ | 59.21 | 62.34 | 19.5 | - |
| YUV | 201.93 | 67.1 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 94 | 0 | 0.15 | 0.61 | 0.06 | 45.52 | 0.82 | 0.65 |
| Hex | EF | CC | 5E | 0 | F | 3D | 6 | 2E | 52 | 41 |
| Octal | 357 | 314 | 136 | 0 | 17 | 75 | 6 | 56 | 122 | 101 |
| Binary | 11101111 | 11001100 | 1011110 | 0 | 1111 | 111101 | 110 | 101110 | 1010010 | 1000001 |
Color Harmonies of #EFCC5E
Complementary color
Monochromatic Colors of #EFCC5E
Black with #EFCC5E
Text Example
Text Example
White with #EFCC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCC5E; }
p { color: rgb(239,204,94); }
H1.HeaderClassName
{
color: #EFCC5E;
}
.AnyTagClassName
{
color: #EFCC5E;
}
</style>
background-color css
<style>
a { background-color: #EFCC5E; }
a { background-color: rgb(239,204,94); }
div.DivClassName
{
background-color: #EFCC5E;
}
.BgClassName
{
background-color: #EFCC5E;
}
</style>
border-color css
<style>
span { border-color: #EFCC5E; }
span { border-color: rgb(239,204,94); }
td.TdClassName
{
border-color: #EFCC5E;
}
.TagClassName
{
border-color: #EFCC5E;
}
</style>