Shades of Golden Sand #EFD573
Tints of Golden Sand #EFD573
RGB
CMYK
RGB Variations
Color information
#EFD573 (or 0xEFD573) is known color: Golden Sand. HEX triplet: EF, D5 and 73. RGB value is (239,213,115). Sum of RGB (Red+Green+Blue) = 239+213+115=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 213 (83.59% from 255 or 37.57% from 567); Blue value is 115 (45.31% from 255 or 20.28% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD573 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD573 is #102A8C. Grayscale: #D2D2D2. Windows color (decimal): -1059469 or 7591407. OLE color: 7591407.
HSL color Cylindrical-coordinate representation of color #EFD573: hue angle of 47.42º 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 #EFD573 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 115 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.06 |
| HSL | 47.42º | 0.79% | 0.69% | - |
| HSV(B) | 47.42º | 0.52% | 0.94% | - |
| XYZ | 62.49 | 67.18 | 25.89 | - |
| YUV | 209.6 | 74.61 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 115 | 0 | 0.11 | 0.52 | 0.06 | 47.42 | 0.79 | 0.69 |
| Hex | EF | D5 | 73 | 0 | B | 34 | 6 | 2F | 4F | 45 |
| Octal | 357 | 325 | 163 | 0 | 13 | 64 | 6 | 57 | 117 | 105 |
| Binary | 11101111 | 11010101 | 1110011 | 0 | 1011 | 110100 | 110 | 101111 | 1001111 | 1000101 |
Color Harmonies of #EFD573
Complementary color
Monochromatic Colors of #EFD573
Black with #EFD573
Text Example
Text Example
White with #EFD573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD573; }
p { color: rgb(239,213,115); }
H1.HeaderClassName
{
color: #EFD573;
}
.AnyTagClassName
{
color: #EFD573;
}
</style>
background-color css
<style>
a { background-color: #EFD573; }
a { background-color: rgb(239,213,115); }
div.DivClassName
{
background-color: #EFD573;
}
.BgClassName
{
background-color: #EFD573;
}
</style>
border-color css
<style>
span { border-color: #EFD573; }
span { border-color: rgb(239,213,115); }
td.TdClassName
{
border-color: #EFD573;
}
.TagClassName
{
border-color: #EFD573;
}
</style>