Shades of Golden Sand #EFCD70
Tints of Golden Sand #EFCD70
RGB
CMYK
RGB Variations
Color information
#EFCD70 (or 0xEFCD70) is known color: Golden Sand. HEX triplet: EF, CD and 70. RGB value is (239,205,112). Sum of RGB (Red+Green+Blue) = 239+205+112=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 112 (44.14% from 255 or 20.14% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCD70 is #10328F. Grayscale: #CCCCCC. Windows color (decimal): -1061520 or 7392751. OLE color: 7392751.
HSL color Cylindrical-coordinate representation of color #EFCD70: hue angle of 43.94º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EFCD70 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 112 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.06 |
| HSL | 43.94º | 0.8% | 0.69% | - |
| HSV(B) | 43.94º | 0.53% | 0.94% | - |
| XYZ | 60.35 | 63.18 | 24.34 | - |
| YUV | 204.56 | 75.76 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 112 | 0 | 0.14 | 0.53 | 0.06 | 43.94 | 0.8 | 0.69 |
| Hex | EF | CD | 70 | 0 | E | 35 | 6 | 2C | 50 | 45 |
| Octal | 357 | 315 | 160 | 0 | 16 | 65 | 6 | 54 | 120 | 105 |
| Binary | 11101111 | 11001101 | 1110000 | 0 | 1110 | 110101 | 110 | 101100 | 1010000 | 1000101 |
Color Harmonies of #EFCD70
Complementary color
Monochromatic Colors of #EFCD70
Black with #EFCD70
Text Example
Text Example
White with #EFCD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCD70; }
p { color: rgb(239,205,112); }
H1.HeaderClassName
{
color: #EFCD70;
}
.AnyTagClassName
{
color: #EFCD70;
}
</style>
background-color css
<style>
a { background-color: #EFCD70; }
a { background-color: rgb(239,205,112); }
div.DivClassName
{
background-color: #EFCD70;
}
.BgClassName
{
background-color: #EFCD70;
}
</style>
border-color css
<style>
span { border-color: #EFCD70; }
span { border-color: rgb(239,205,112); }
td.TdClassName
{
border-color: #EFCD70;
}
.TagClassName
{
border-color: #EFCD70;
}
</style>