Shades of Golden Sand #EFCC63
Tints of Golden Sand #EFCC63
RGB
CMYK
RGB Variations
Color information
#EFCC63 (or 0xEFCC63) is known color: Golden Sand. HEX triplet: EF, CC and 63. RGB value is (239,204,99). Sum of RGB (Red+Green+Blue) = 239+204+99=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 99 (39.06% from 255 or 18.27% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCC63 is #10339C. Grayscale: #CACACA. Windows color (decimal): -1061789 or 6540527. OLE color: 6540527.
HSL color Cylindrical-coordinate representation of color #EFCC63: hue angle of 45º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EFCC63 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 99 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.06 |
| HSL | 45º | 0.81% | 0.66% | - |
| HSV(B) | 45º | 0.59% | 0.94% | - |
| XYZ | 59.44 | 62.44 | 20.72 | - |
| YUV | 202.5 | 69.6 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 99 | 0 | 0.15 | 0.59 | 0.06 | 45 | 0.81 | 0.66 |
| Hex | EF | CC | 63 | 0 | F | 3B | 6 | 2D | 51 | 42 |
| Octal | 357 | 314 | 143 | 0 | 17 | 73 | 6 | 55 | 121 | 102 |
| Binary | 11101111 | 11001100 | 1100011 | 0 | 1111 | 111011 | 110 | 101101 | 1010001 | 1000010 |
Color Harmonies of #EFCC63
Complementary color
Monochromatic Colors of #EFCC63
Black with #EFCC63
Text Example
Text Example
White with #EFCC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCC63; }
p { color: rgb(239,204,99); }
H1.HeaderClassName
{
color: #EFCC63;
}
.AnyTagClassName
{
color: #EFCC63;
}
</style>
background-color css
<style>
a { background-color: #EFCC63; }
a { background-color: rgb(239,204,99); }
div.DivClassName
{
background-color: #EFCC63;
}
.BgClassName
{
background-color: #EFCC63;
}
</style>
border-color css
<style>
span { border-color: #EFCC63; }
span { border-color: rgb(239,204,99); }
td.TdClassName
{
border-color: #EFCC63;
}
.TagClassName
{
border-color: #EFCC63;
}
</style>