Shades of Golden Sand #EFCC68
Tints of Golden Sand #EFCC68
RGB
CMYK
RGB Variations
Color information
#EFCC68 (or 0xEFCC68) is known color: Golden Sand. HEX triplet: EF, CC and 68. RGB value is (239,204,104). Sum of RGB (Red+Green+Blue) = 239+204+104=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 104 (41.02% from 255 or 19.01% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCC68 is #103397. Grayscale: #CBCBCB. Windows color (decimal): -1061784 or 6868207. OLE color: 6868207.
HSL color Cylindrical-coordinate representation of color #EFCC68: hue angle of 44.44º 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 #EFCC68 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 104 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.06 |
| HSL | 44.44º | 0.81% | 0.67% | - |
| HSV(B) | 44.44º | 0.56% | 0.94% | - |
| XYZ | 59.69 | 62.54 | 22.02 | - |
| YUV | 203.07 | 72.1 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 104 | 0 | 0.15 | 0.56 | 0.06 | 44.44 | 0.81 | 0.67 |
| Hex | EF | CC | 68 | 0 | F | 38 | 6 | 2C | 51 | 43 |
| Octal | 357 | 314 | 150 | 0 | 17 | 70 | 6 | 54 | 121 | 103 |
| Binary | 11101111 | 11001100 | 1101000 | 0 | 1111 | 111000 | 110 | 101100 | 1010001 | 1000011 |
Color Harmonies of #EFCC68
Complementary color
Monochromatic Colors of #EFCC68
Black with #EFCC68
Text Example
Text Example
White with #EFCC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCC68; }
p { color: rgb(239,204,104); }
H1.HeaderClassName
{
color: #EFCC68;
}
.AnyTagClassName
{
color: #EFCC68;
}
</style>
background-color css
<style>
a { background-color: #EFCC68; }
a { background-color: rgb(239,204,104); }
div.DivClassName
{
background-color: #EFCC68;
}
.BgClassName
{
background-color: #EFCC68;
}
</style>
border-color css
<style>
span { border-color: #EFCC68; }
span { border-color: rgb(239,204,104); }
td.TdClassName
{
border-color: #EFCC68;
}
.TagClassName
{
border-color: #EFCC68;
}
</style>