Shades of Golden Sand #EFCD69
Tints of Golden Sand #EFCD69
RGB
CMYK
RGB Variations
Color information
#EFCD69 (or 0xEFCD69) is known color: Golden Sand. HEX triplet: EF, CD and 69. RGB value is (239,205,105). Sum of RGB (Red+Green+Blue) = 239+205+105=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 105 (41.41% from 255 or 19.13% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCD69 is #103296. Grayscale: #CCCCCC. Windows color (decimal): -1061527 or 6933999. OLE color: 6933999.
HSL color Cylindrical-coordinate representation of color #EFCD69: hue angle of 44.78º 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 #EFCD69 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 105 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.06 |
| HSL | 44.78º | 0.81% | 0.67% | - |
| HSV(B) | 44.78º | 0.56% | 0.94% | - |
| XYZ | 59.98 | 63.03 | 22.37 | - |
| YUV | 203.77 | 72.26 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 105 | 0 | 0.14 | 0.56 | 0.06 | 44.78 | 0.81 | 0.67 |
| Hex | EF | CD | 69 | 0 | E | 38 | 6 | 2D | 51 | 43 |
| Octal | 357 | 315 | 151 | 0 | 16 | 70 | 6 | 55 | 121 | 103 |
| Binary | 11101111 | 11001101 | 1101001 | 0 | 1110 | 111000 | 110 | 101101 | 1010001 | 1000011 |
Color Harmonies of #EFCD69
Complementary color
Monochromatic Colors of #EFCD69
Black with #EFCD69
Text Example
Text Example
White with #EFCD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCD69; }
p { color: rgb(239,205,105); }
H1.HeaderClassName
{
color: #EFCD69;
}
.AnyTagClassName
{
color: #EFCD69;
}
</style>
background-color css
<style>
a { background-color: #EFCD69; }
a { background-color: rgb(239,205,105); }
div.DivClassName
{
background-color: #EFCD69;
}
.BgClassName
{
background-color: #EFCD69;
}
</style>
border-color css
<style>
span { border-color: #EFCD69; }
span { border-color: rgb(239,205,105); }
td.TdClassName
{
border-color: #EFCD69;
}
.TagClassName
{
border-color: #EFCD69;
}
</style>