Shades of Golden Sand #EFD368
Tints of Golden Sand #EFD368
RGB
CMYK
RGB Variations
Color information
#EFD368 (or 0xEFD368) is known color: Golden Sand. HEX triplet: EF, D3 and 68. RGB value is (239,211,104). Sum of RGB (Red+Green+Blue) = 239+211+104=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 211 (82.81% from 255 or 38.09% from 554); Blue value is 104 (41.02% from 255 or 18.77% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD368 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD368 is #102C97. Grayscale: #CFCFCF. Windows color (decimal): -1059992 or 6869999. OLE color: 6869999.
HSL color Cylindrical-coordinate representation of color #EFD368: hue angle of 47.56º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EFD368 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 104 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.06 |
| HSL | 47.56º | 0.81% | 0.67% | - |
| HSV(B) | 47.56º | 0.56% | 0.94% | - |
| XYZ | 61.39 | 65.94 | 22.59 | - |
| YUV | 207.17 | 69.78 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 104 | 0 | 0.12 | 0.56 | 0.06 | 47.56 | 0.81 | 0.67 |
| Hex | EF | D3 | 68 | 0 | C | 38 | 6 | 30 | 51 | 43 |
| Octal | 357 | 323 | 150 | 0 | 14 | 70 | 6 | 60 | 121 | 103 |
| Binary | 11101111 | 11010011 | 1101000 | 0 | 1100 | 111000 | 110 | 110000 | 1010001 | 1000011 |
Color Harmonies of #EFD368
Complementary color
Monochromatic Colors of #EFD368
Black with #EFD368
Text Example
Text Example
White with #EFD368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD368; }
p { color: rgb(239,211,104); }
H1.HeaderClassName
{
color: #EFD368;
}
.AnyTagClassName
{
color: #EFD368;
}
</style>
background-color css
<style>
a { background-color: #EFD368; }
a { background-color: rgb(239,211,104); }
div.DivClassName
{
background-color: #EFD368;
}
.BgClassName
{
background-color: #EFD368;
}
</style>
border-color css
<style>
span { border-color: #EFD368; }
span { border-color: rgb(239,211,104); }
td.TdClassName
{
border-color: #EFD368;
}
.TagClassName
{
border-color: #EFD368;
}
</style>