Shades of Golden Sand #EFCE72
Tints of Golden Sand #EFCE72
RGB
CMYK
RGB Variations
Color information
#EFCE72 (or 0xEFCE72) is known color: Golden Sand. HEX triplet: EF, CE and 72. RGB value is (239,206,114). Sum of RGB (Red+Green+Blue) = 239+206+114=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 206 (80.86% from 255 or 36.85% from 559); Blue value is 114 (44.92% from 255 or 20.39% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCE72 is #10318D. Grayscale: #CDCDCD. Windows color (decimal): -1061262 or 7524079. OLE color: 7524079.
HSL color Cylindrical-coordinate representation of color #EFCE72: hue angle of 44.16º 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 #EFCE72 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 114 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.06 |
| HSL | 44.16º | 0.8% | 0.69% | - |
| HSV(B) | 44.16º | 0.52% | 0.94% | - |
| XYZ | 60.71 | 63.71 | 25.02 | - |
| YUV | 205.38 | 76.43 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 114 | 0 | 0.14 | 0.52 | 0.06 | 44.16 | 0.8 | 0.69 |
| Hex | EF | CE | 72 | 0 | E | 34 | 6 | 2C | 50 | 45 |
| Octal | 357 | 316 | 162 | 0 | 16 | 64 | 6 | 54 | 120 | 105 |
| Binary | 11101111 | 11001110 | 1110010 | 0 | 1110 | 110100 | 110 | 101100 | 1010000 | 1000101 |
Color Harmonies of #EFCE72
Complementary color
Monochromatic Colors of #EFCE72
Black with #EFCE72
Text Example
Text Example
White with #EFCE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCE72; }
p { color: rgb(239,206,114); }
H1.HeaderClassName
{
color: #EFCE72;
}
.AnyTagClassName
{
color: #EFCE72;
}
</style>
background-color css
<style>
a { background-color: #EFCE72; }
a { background-color: rgb(239,206,114); }
div.DivClassName
{
background-color: #EFCE72;
}
.BgClassName
{
background-color: #EFCE72;
}
</style>
border-color css
<style>
span { border-color: #EFCE72; }
span { border-color: rgb(239,206,114); }
td.TdClassName
{
border-color: #EFCE72;
}
.TagClassName
{
border-color: #EFCE72;
}
</style>