Shades of Golden Sand #EFC870
Tints of Golden Sand #EFC870
RGB
CMYK
RGB Variations
Color information
#EFC870 (or 0xEFC870) is known color: Golden Sand. HEX triplet: EF, C8 and 70. RGB value is (239,200,112). Sum of RGB (Red+Green+Blue) = 239+200+112=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 200 (78.52% from 255 or 36.30% from 551); Blue value is 112 (44.14% from 255 or 20.33% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC870 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC870 is #10378F. Grayscale: #CACACA. Windows color (decimal): -1062800 or 7391471. OLE color: 7391471.
HSL color Cylindrical-coordinate representation of color #EFC870: hue angle of 41.57º 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 #EFC870 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 112 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.06 |
| HSL | 41.57º | 0.8% | 0.69% | - |
| HSV(B) | 41.57º | 0.53% | 0.94% | - |
| XYZ | 59.18 | 60.83 | 23.95 | - |
| YUV | 201.63 | 77.42 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 112 | 0 | 0.16 | 0.53 | 0.06 | 41.57 | 0.8 | 0.69 |
| Hex | EF | C8 | 70 | 0 | 10 | 35 | 6 | 2A | 50 | 45 |
| Octal | 357 | 310 | 160 | 0 | 20 | 65 | 6 | 52 | 120 | 105 |
| Binary | 11101111 | 11001000 | 1110000 | 0 | 10000 | 110101 | 110 | 101010 | 1010000 | 1000101 |
Color Harmonies of #EFC870
Complementary color
Monochromatic Colors of #EFC870
Black with #EFC870
Text Example
Text Example
White with #EFC870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC870; }
p { color: rgb(239,200,112); }
H1.HeaderClassName
{
color: #EFC870;
}
.AnyTagClassName
{
color: #EFC870;
}
</style>
background-color css
<style>
a { background-color: #EFC870; }
a { background-color: rgb(239,200,112); }
div.DivClassName
{
background-color: #EFC870;
}
.BgClassName
{
background-color: #EFC870;
}
</style>
border-color css
<style>
span { border-color: #EFC870; }
span { border-color: rgb(239,200,112); }
td.TdClassName
{
border-color: #EFC870;
}
.TagClassName
{
border-color: #EFC870;
}
</style>