Shades of Golden Sand #EFCD67
Tints of Golden Sand #EFCD67
RGB
CMYK
RGB Variations
Color information
#EFCD67 (or 0xEFCD67) is known color: Golden Sand. HEX triplet: EF, CD and 67. RGB value is (239,205,103). Sum of RGB (Red+Green+Blue) = 239+205+103=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 103 (40.62% from 255 or 18.83% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCD67 is #103298. Grayscale: #CBCBCB. Windows color (decimal): -1061529 or 6802927. OLE color: 6802927.
HSL color Cylindrical-coordinate representation of color #EFCD67: hue angle of 45º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EFCD67 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 103 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.06 |
| HSL | 45º | 0.81% | 0.67% | - |
| HSV(B) | 45º | 0.57% | 0.94% | - |
| XYZ | 59.88 | 62.99 | 21.83 | - |
| YUV | 203.54 | 71.26 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 103 | 0 | 0.14 | 0.57 | 0.06 | 45 | 0.81 | 0.67 |
| Hex | EF | CD | 67 | 0 | E | 39 | 6 | 2D | 51 | 43 |
| Octal | 357 | 315 | 147 | 0 | 16 | 71 | 6 | 55 | 121 | 103 |
| Binary | 11101111 | 11001101 | 1100111 | 0 | 1110 | 111001 | 110 | 101101 | 1010001 | 1000011 |
Color Harmonies of #EFCD67
Complementary color
Monochromatic Colors of #EFCD67
Black with #EFCD67
Text Example
Text Example
White with #EFCD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCD67; }
p { color: rgb(239,205,103); }
H1.HeaderClassName
{
color: #EFCD67;
}
.AnyTagClassName
{
color: #EFCD67;
}
</style>
background-color css
<style>
a { background-color: #EFCD67; }
a { background-color: rgb(239,205,103); }
div.DivClassName
{
background-color: #EFCD67;
}
.BgClassName
{
background-color: #EFCD67;
}
</style>
border-color css
<style>
span { border-color: #EFCD67; }
span { border-color: rgb(239,205,103); }
td.TdClassName
{
border-color: #EFCD67;
}
.TagClassName
{
border-color: #EFCD67;
}
</style>