Shades of Golden Sand #EFCF74
Tints of Golden Sand #EFCF74
RGB
CMYK
RGB Variations
Color information
#EFCF74 (or 0xEFCF74) is known color: Golden Sand. HEX triplet: EF, CF and 74. RGB value is (239,207,116). Sum of RGB (Red+Green+Blue) = 239+207+116=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 207 (81.25% from 255 or 36.83% from 562); Blue value is 116 (45.70% from 255 or 20.64% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCF74 is #10308B. Grayscale: #CECECE. Windows color (decimal): -1061004 or 7655407. OLE color: 7655407.
HSL color Cylindrical-coordinate representation of color #EFCF74: hue angle of 44.39º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFCF74 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 207 | 116 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.06 |
| HSL | 44.39º | 0.79% | 0.7% | - |
| HSV(B) | 44.39º | 0.51% | 0.94% | - |
| XYZ | 61.06 | 64.24 | 25.7 | - |
| YUV | 206.19 | 77.1 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 207 | 116 | 0 | 0.13 | 0.51 | 0.06 | 44.39 | 0.79 | 0.7 |
| Hex | EF | CF | 74 | 0 | D | 33 | 6 | 2C | 4F | 46 |
| Octal | 357 | 317 | 164 | 0 | 15 | 63 | 6 | 54 | 117 | 106 |
| Binary | 11101111 | 11001111 | 1110100 | 0 | 1101 | 110011 | 110 | 101100 | 1001111 | 1000110 |
Color Harmonies of #EFCF74
Complementary color
Monochromatic Colors of #EFCF74
Black with #EFCF74
Text Example
Text Example
White with #EFCF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCF74; }
p { color: rgb(239,207,116); }
H1.HeaderClassName
{
color: #EFCF74;
}
.AnyTagClassName
{
color: #EFCF74;
}
</style>
background-color css
<style>
a { background-color: #EFCF74; }
a { background-color: rgb(239,207,116); }
div.DivClassName
{
background-color: #EFCF74;
}
.BgClassName
{
background-color: #EFCF74;
}
</style>
border-color css
<style>
span { border-color: #EFCF74; }
span { border-color: rgb(239,207,116); }
td.TdClassName
{
border-color: #EFCF74;
}
.TagClassName
{
border-color: #EFCF74;
}
</style>