Shades of Golden Sand #EFCB72
Tints of Golden Sand #EFCB72
RGB
CMYK
RGB Variations
Color information
#EFCB72 (or 0xEFCB72) is known color: Golden Sand. HEX triplet: EF, CB and 72. RGB value is (239,203,114). Sum of RGB (Red+Green+Blue) = 239+203+114=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 203 (79.69% from 255 or 36.51% from 556); Blue value is 114 (44.92% from 255 or 20.50% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCB72 is #10348D. Grayscale: #CCCCCC. Windows color (decimal): -1062030 or 7523311. OLE color: 7523311.
HSL color Cylindrical-coordinate representation of color #EFCB72: hue angle of 42.72º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EFCB72 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 114 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.06 |
| HSL | 42.72º | 0.8% | 0.69% | - |
| HSV(B) | 42.72º | 0.52% | 0.94% | - |
| XYZ | 59.99 | 62.28 | 24.78 | - |
| YUV | 203.62 | 77.43 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 114 | 0 | 0.15 | 0.52 | 0.06 | 42.72 | 0.8 | 0.69 |
| Hex | EF | CB | 72 | 0 | F | 34 | 6 | 2B | 50 | 45 |
| Octal | 357 | 313 | 162 | 0 | 17 | 64 | 6 | 53 | 120 | 105 |
| Binary | 11101111 | 11001011 | 1110010 | 0 | 1111 | 110100 | 110 | 101011 | 1010000 | 1000101 |
Color Harmonies of #EFCB72
Complementary color
Monochromatic Colors of #EFCB72
Black with #EFCB72
Text Example
Text Example
White with #EFCB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCB72; }
p { color: rgb(239,203,114); }
H1.HeaderClassName
{
color: #EFCB72;
}
.AnyTagClassName
{
color: #EFCB72;
}
</style>
background-color css
<style>
a { background-color: #EFCB72; }
a { background-color: rgb(239,203,114); }
div.DivClassName
{
background-color: #EFCB72;
}
.BgClassName
{
background-color: #EFCB72;
}
</style>
border-color css
<style>
span { border-color: #EFCB72; }
span { border-color: rgb(239,203,114); }
td.TdClassName
{
border-color: #EFCB72;
}
.TagClassName
{
border-color: #EFCB72;
}
</style>