Shades of Golden Sand #EFCD60
Tints of Golden Sand #EFCD60
RGB
CMYK
RGB Variations
Color information
#EFCD60 (or 0xEFCD60) is known color: Golden Sand. HEX triplet: EF, CD and 60. RGB value is (239,205,96). Sum of RGB (Red+Green+Blue) = 239+205+96=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 96 (37.89% from 255 or 17.78% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCD60 is #10329F. Grayscale: #CBCBCB. Windows color (decimal): -1061536 or 6344175. OLE color: 6344175.
HSL color Cylindrical-coordinate representation of color #EFCD60: hue angle of 45.73º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EFCD60 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 96 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.06 |
| HSL | 45.73º | 0.82% | 0.66% | - |
| HSV(B) | 45.73º | 0.6% | 0.94% | - |
| XYZ | 59.54 | 62.86 | 20.06 | - |
| YUV | 202.74 | 67.76 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 96 | 0 | 0.14 | 0.60 | 0.06 | 45.73 | 0.82 | 0.66 |
| Hex | EF | CD | 60 | 0 | E | 3C | 6 | 2E | 52 | 42 |
| Octal | 357 | 315 | 140 | 0 | 16 | 74 | 6 | 56 | 122 | 102 |
| Binary | 11101111 | 11001101 | 1100000 | 0 | 1110 | 111100 | 110 | 101110 | 1010010 | 1000010 |
Color Harmonies of #EFCD60
Complementary color
Monochromatic Colors of #EFCD60
Black with #EFCD60
Text Example
Text Example
White with #EFCD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCD60; }
p { color: rgb(239,205,96); }
H1.HeaderClassName
{
color: #EFCD60;
}
.AnyTagClassName
{
color: #EFCD60;
}
</style>
background-color css
<style>
a { background-color: #EFCD60; }
a { background-color: rgb(239,205,96); }
div.DivClassName
{
background-color: #EFCD60;
}
.BgClassName
{
background-color: #EFCD60;
}
</style>
border-color css
<style>
span { border-color: #EFCD60; }
span { border-color: rgb(239,205,96); }
td.TdClassName
{
border-color: #EFCD60;
}
.TagClassName
{
border-color: #EFCD60;
}
</style>