Shades of Golden Sand #EFD073
Tints of Golden Sand #EFD073
RGB
CMYK
RGB Variations
Color information
#EFD073 (or 0xEFD073) is known color: Golden Sand. HEX triplet: EF, D0 and 73. RGB value is (239,208,115). Sum of RGB (Red+Green+Blue) = 239+208+115=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 208 (81.64% from 255 or 37.01% from 562); Blue value is 115 (45.31% from 255 or 20.46% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD073 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD073 is #102F8C. Grayscale: #CFCFCF. Windows color (decimal): -1060749 or 7590127. OLE color: 7590127.
HSL color Cylindrical-coordinate representation of color #EFD073: hue angle of 45º 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 #EFD073 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 115 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.06 |
| HSL | 45º | 0.79% | 0.69% | - |
| HSV(B) | 45º | 0.52% | 0.94% | - |
| XYZ | 61.25 | 64.7 | 25.48 | - |
| YUV | 206.67 | 76.27 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 115 | 0 | 0.13 | 0.52 | 0.06 | 45 | 0.79 | 0.69 |
| Hex | EF | D0 | 73 | 0 | D | 34 | 6 | 2D | 4F | 45 |
| Octal | 357 | 320 | 163 | 0 | 15 | 64 | 6 | 55 | 117 | 105 |
| Binary | 11101111 | 11010000 | 1110011 | 0 | 1101 | 110100 | 110 | 101101 | 1001111 | 1000101 |
Color Harmonies of #EFD073
Complementary color
Monochromatic Colors of #EFD073
Black with #EFD073
Text Example
Text Example
White with #EFD073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD073; }
p { color: rgb(239,208,115); }
H1.HeaderClassName
{
color: #EFD073;
}
.AnyTagClassName
{
color: #EFD073;
}
</style>
background-color css
<style>
a { background-color: #EFD073; }
a { background-color: rgb(239,208,115); }
div.DivClassName
{
background-color: #EFD073;
}
.BgClassName
{
background-color: #EFD073;
}
</style>
border-color css
<style>
span { border-color: #EFD073; }
span { border-color: rgb(239,208,115); }
td.TdClassName
{
border-color: #EFD073;
}
.TagClassName
{
border-color: #EFD073;
}
</style>