Shades of Golden Sand #EFCD73
Tints of Golden Sand #EFCD73
RGB
CMYK
RGB Variations
Color information
#EFCD73 (or 0xEFCD73) is known color: Golden Sand. HEX triplet: EF, CD and 73. RGB value is (239,205,115). Sum of RGB (Red+Green+Blue) = 239+205+115=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 115 (45.31% from 255 or 20.57% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCD73 is #10328C. Grayscale: #CDCDCD. Windows color (decimal): -1061517 or 7589359. OLE color: 7589359.
HSL color Cylindrical-coordinate representation of color #EFCD73: hue angle of 43.55º degrees, saturation: 0.79, 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 #EFCD73 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 115 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.06 |
| HSL | 43.55º | 0.79% | 0.69% | - |
| HSV(B) | 43.55º | 0.52% | 0.94% | - |
| XYZ | 60.52 | 63.25 | 25.24 | - |
| YUV | 204.91 | 77.26 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 115 | 0 | 0.14 | 0.52 | 0.06 | 43.55 | 0.79 | 0.69 |
| Hex | EF | CD | 73 | 0 | E | 34 | 6 | 2C | 4F | 45 |
| Octal | 357 | 315 | 163 | 0 | 16 | 64 | 6 | 54 | 117 | 105 |
| Binary | 11101111 | 11001101 | 1110011 | 0 | 1110 | 110100 | 110 | 101100 | 1001111 | 1000101 |
Color Harmonies of #EFCD73
Complementary color
Monochromatic Colors of #EFCD73
Black with #EFCD73
Text Example
Text Example
White with #EFCD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCD73; }
p { color: rgb(239,205,115); }
H1.HeaderClassName
{
color: #EFCD73;
}
.AnyTagClassName
{
color: #EFCD73;
}
</style>
background-color css
<style>
a { background-color: #EFCD73; }
a { background-color: rgb(239,205,115); }
div.DivClassName
{
background-color: #EFCD73;
}
.BgClassName
{
background-color: #EFCD73;
}
</style>
border-color css
<style>
span { border-color: #EFCD73; }
span { border-color: rgb(239,205,115); }
td.TdClassName
{
border-color: #EFCD73;
}
.TagClassName
{
border-color: #EFCD73;
}
</style>