Shades of Golden Sand #EFD365
Tints of Golden Sand #EFD365
RGB
CMYK
RGB Variations
Color information
#EFD365 (or 0xEFD365) is known color: Golden Sand. HEX triplet: EF, D3 and 65. RGB value is (239,211,101). Sum of RGB (Red+Green+Blue) = 239+211+101=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 211 (82.81% from 255 or 38.29% from 551); Blue value is 101 (39.84% from 255 or 18.33% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD365 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD365 is #102C9A. Grayscale: #CFCFCF. Windows color (decimal): -1059995 or 6673391. OLE color: 6673391.
HSL color Cylindrical-coordinate representation of color #EFD365: hue angle of 47.83º 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 #EFD365 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 101 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.06 |
| HSL | 47.83º | 0.81% | 0.67% | - |
| HSV(B) | 47.83º | 0.58% | 0.94% | - |
| XYZ | 61.24 | 65.88 | 21.8 | - |
| YUV | 206.83 | 68.28 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 101 | 0 | 0.12 | 0.58 | 0.06 | 47.83 | 0.81 | 0.67 |
| Hex | EF | D3 | 65 | 0 | C | 3A | 6 | 30 | 51 | 43 |
| Octal | 357 | 323 | 145 | 0 | 14 | 72 | 6 | 60 | 121 | 103 |
| Binary | 11101111 | 11010011 | 1100101 | 0 | 1100 | 111010 | 110 | 110000 | 1010001 | 1000011 |
Color Harmonies of #EFD365
Complementary color
Monochromatic Colors of #EFD365
Black with #EFD365
Text Example
Text Example
White with #EFD365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD365; }
p { color: rgb(239,211,101); }
H1.HeaderClassName
{
color: #EFD365;
}
.AnyTagClassName
{
color: #EFD365;
}
</style>
background-color css
<style>
a { background-color: #EFD365; }
a { background-color: rgb(239,211,101); }
div.DivClassName
{
background-color: #EFD365;
}
.BgClassName
{
background-color: #EFD365;
}
</style>
border-color css
<style>
span { border-color: #EFD365; }
span { border-color: rgb(239,211,101); }
td.TdClassName
{
border-color: #EFD365;
}
.TagClassName
{
border-color: #EFD365;
}
</style>