Shades of Golden Sand #EFC561
Tints of Golden Sand #EFC561
RGB
CMYK
RGB Variations
Color information
#EFC561 (or 0xEFC561) is known color: Golden Sand. HEX triplet: EF, C5 and 61. RGB value is (239,197,97). Sum of RGB (Red+Green+Blue) = 239+197+97=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 197 (77.34% from 255 or 36.96% from 533); Blue value is 97 (38.28% from 255 or 18.20% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC561 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC561 is #103A9E. Grayscale: #C6C6C6. Windows color (decimal): -1063583 or 6407663. OLE color: 6407663.
HSL color Cylindrical-coordinate representation of color #EFC561: hue angle of 42.25º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EFC561 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 97 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.06 |
| HSL | 42.25º | 0.82% | 0.66% | - |
| HSV(B) | 42.25º | 0.59% | 0.94% | - |
| XYZ | 57.72 | 59.15 | 19.68 | - |
| YUV | 198.16 | 70.91 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 97 | 0 | 0.18 | 0.59 | 0.06 | 42.25 | 0.82 | 0.66 |
| Hex | EF | C5 | 61 | 0 | 12 | 3B | 6 | 2A | 52 | 42 |
| Octal | 357 | 305 | 141 | 0 | 22 | 73 | 6 | 52 | 122 | 102 |
| Binary | 11101111 | 11000101 | 1100001 | 0 | 10010 | 111011 | 110 | 101010 | 1010010 | 1000010 |
Color Harmonies of #EFC561
Complementary color
Monochromatic Colors of #EFC561
Black with #EFC561
Text Example
Text Example
White with #EFC561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC561; }
p { color: rgb(239,197,97); }
H1.HeaderClassName
{
color: #EFC561;
}
.AnyTagClassName
{
color: #EFC561;
}
</style>
background-color css
<style>
a { background-color: #EFC561; }
a { background-color: rgb(239,197,97); }
div.DivClassName
{
background-color: #EFC561;
}
.BgClassName
{
background-color: #EFC561;
}
</style>
border-color css
<style>
span { border-color: #EFC561; }
span { border-color: rgb(239,197,97); }
td.TdClassName
{
border-color: #EFC561;
}
.TagClassName
{
border-color: #EFC561;
}
</style>