Shades of Golden Sand #EFC565
Tints of Golden Sand #EFC565
RGB
CMYK
RGB Variations
Color information
#EFC565 (or 0xEFC565) is known color: Golden Sand. HEX triplet: EF, C5 and 65. RGB value is (239,197,101). Sum of RGB (Red+Green+Blue) = 239+197+101=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 197 (77.34% from 255 or 36.69% from 537); Blue value is 101 (39.84% from 255 or 18.81% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC565 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC565 is #103A9A. Grayscale: #C7C7C7. Windows color (decimal): -1063579 or 6669807. OLE color: 6669807.
HSL color Cylindrical-coordinate representation of color #EFC565: hue angle of 41.74º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EFC565 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 101 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.06 |
| HSL | 41.74º | 0.81% | 0.67% | - |
| HSV(B) | 41.74º | 0.58% | 0.94% | - |
| XYZ | 57.91 | 59.22 | 20.69 | - |
| YUV | 198.61 | 72.91 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 101 | 0 | 0.18 | 0.58 | 0.06 | 41.74 | 0.81 | 0.67 |
| Hex | EF | C5 | 65 | 0 | 12 | 3A | 6 | 2A | 51 | 43 |
| Octal | 357 | 305 | 145 | 0 | 22 | 72 | 6 | 52 | 121 | 103 |
| Binary | 11101111 | 11000101 | 1100101 | 0 | 10010 | 111010 | 110 | 101010 | 1010001 | 1000011 |
Color Harmonies of #EFC565
Complementary color
Monochromatic Colors of #EFC565
Black with #EFC565
Text Example
Text Example
White with #EFC565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC565; }
p { color: rgb(239,197,101); }
H1.HeaderClassName
{
color: #EFC565;
}
.AnyTagClassName
{
color: #EFC565;
}
</style>
background-color css
<style>
a { background-color: #EFC565; }
a { background-color: rgb(239,197,101); }
div.DivClassName
{
background-color: #EFC565;
}
.BgClassName
{
background-color: #EFC565;
}
</style>
border-color css
<style>
span { border-color: #EFC565; }
span { border-color: rgb(239,197,101); }
td.TdClassName
{
border-color: #EFC565;
}
.TagClassName
{
border-color: #EFC565;
}
</style>