Shades of Golden Sand #EFCB74
Tints of Golden Sand #EFCB74
RGB
CMYK
RGB Variations
Color information
#EFCB74 (or 0xEFCB74) is known color: Golden Sand. HEX triplet: EF, CB and 74. RGB value is (239,203,116). Sum of RGB (Red+Green+Blue) = 239+203+116=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 116 (45.70% from 255 or 20.79% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCB74 is #10348B. Grayscale: #CCCCCC. Windows color (decimal): -1062028 or 7654383. OLE color: 7654383.
HSL color Cylindrical-coordinate representation of color #EFCB74: hue angle of 42.44º 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 #EFCB74 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 116 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.06 |
| HSL | 42.44º | 0.79% | 0.7% | - |
| HSV(B) | 42.44º | 0.51% | 0.94% | - |
| XYZ | 60.1 | 62.32 | 25.38 | - |
| YUV | 203.85 | 78.43 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 116 | 0 | 0.15 | 0.51 | 0.06 | 42.44 | 0.79 | 0.7 |
| Hex | EF | CB | 74 | 0 | F | 33 | 6 | 2A | 4F | 46 |
| Octal | 357 | 313 | 164 | 0 | 17 | 63 | 6 | 52 | 117 | 106 |
| Binary | 11101111 | 11001011 | 1110100 | 0 | 1111 | 110011 | 110 | 101010 | 1001111 | 1000110 |
Color Harmonies of #EFCB74
Complementary color
Monochromatic Colors of #EFCB74
Black with #EFCB74
Text Example
Text Example
White with #EFCB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCB74; }
p { color: rgb(239,203,116); }
H1.HeaderClassName
{
color: #EFCB74;
}
.AnyTagClassName
{
color: #EFCB74;
}
</style>
background-color css
<style>
a { background-color: #EFCB74; }
a { background-color: rgb(239,203,116); }
div.DivClassName
{
background-color: #EFCB74;
}
.BgClassName
{
background-color: #EFCB74;
}
</style>
border-color css
<style>
span { border-color: #EFCB74; }
span { border-color: rgb(239,203,116); }
td.TdClassName
{
border-color: #EFCB74;
}
.TagClassName
{
border-color: #EFCB74;
}
</style>