Shades of Golden Sand #EFCD68
Tints of Golden Sand #EFCD68
RGB
CMYK
RGB Variations
Color information
#EFCD68 (or 0xEFCD68) is known color: Golden Sand. HEX triplet: EF, CD and 68. RGB value is (239,205,104). Sum of RGB (Red+Green+Blue) = 239+205+104=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 104 (41.02% from 255 or 18.98% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCD68 is #103297. Grayscale: #CCCCCC. Windows color (decimal): -1061528 or 6868463. OLE color: 6868463.
HSL color Cylindrical-coordinate representation of color #EFCD68: hue angle of 44.89º 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 #EFCD68 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 104 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.06 |
| HSL | 44.89º | 0.81% | 0.67% | - |
| HSV(B) | 44.89º | 0.56% | 0.94% | - |
| XYZ | 59.93 | 63.01 | 22.1 | - |
| YUV | 203.65 | 71.76 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 104 | 0 | 0.14 | 0.56 | 0.06 | 44.89 | 0.81 | 0.67 |
| Hex | EF | CD | 68 | 0 | E | 38 | 6 | 2D | 51 | 43 |
| Octal | 357 | 315 | 150 | 0 | 16 | 70 | 6 | 55 | 121 | 103 |
| Binary | 11101111 | 11001101 | 1101000 | 0 | 1110 | 111000 | 110 | 101101 | 1010001 | 1000011 |
Color Harmonies of #EFCD68
Complementary color
Monochromatic Colors of #EFCD68
Black with #EFCD68
Text Example
Text Example
White with #EFCD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCD68; }
p { color: rgb(239,205,104); }
H1.HeaderClassName
{
color: #EFCD68;
}
.AnyTagClassName
{
color: #EFCD68;
}
</style>
background-color css
<style>
a { background-color: #EFCD68; }
a { background-color: rgb(239,205,104); }
div.DivClassName
{
background-color: #EFCD68;
}
.BgClassName
{
background-color: #EFCD68;
}
</style>
border-color css
<style>
span { border-color: #EFCD68; }
span { border-color: rgb(239,205,104); }
td.TdClassName
{
border-color: #EFCD68;
}
.TagClassName
{
border-color: #EFCD68;
}
</style>