Shades of Golden Sand #EFDD67
Tints of Golden Sand #EFDD67
RGB
CMYK
RGB Variations
Color information
#EFDD67 (or 0xEFDD67) is known color: Golden Sand. HEX triplet: EF, DD and 67. RGB value is (239,221,103). Sum of RGB (Red+Green+Blue) = 239+221+103=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 103 (40.62% from 255 or 18.29% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDD67 is #102298. Grayscale: #D5D5D5. Windows color (decimal): -1057433 or 6807023. OLE color: 6807023.
HSL color Cylindrical-coordinate representation of color #EFDD67: hue angle of 52.06º 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 #EFDD67 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 103 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.06 |
| HSL | 52.06º | 0.81% | 0.67% | - |
| HSV(B) | 52.06º | 0.57% | 0.94% | - |
| XYZ | 63.9 | 71.04 | 23.18 | - |
| YUV | 212.93 | 65.96 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 103 | 0 | 0.08 | 0.57 | 0.06 | 52.06 | 0.81 | 0.67 |
| Hex | EF | DD | 67 | 0 | 8 | 39 | 6 | 34 | 51 | 43 |
| Octal | 357 | 335 | 147 | 0 | 10 | 71 | 6 | 64 | 121 | 103 |
| Binary | 11101111 | 11011101 | 1100111 | 0 | 1000 | 111001 | 110 | 110100 | 1010001 | 1000011 |
Color Harmonies of #EFDD67
Complementary color
Monochromatic Colors of #EFDD67
Black with #EFDD67
Text Example
Text Example
White with #EFDD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD67; }
p { color: rgb(239,221,103); }
H1.HeaderClassName
{
color: #EFDD67;
}
.AnyTagClassName
{
color: #EFDD67;
}
</style>
background-color css
<style>
a { background-color: #EFDD67; }
a { background-color: rgb(239,221,103); }
div.DivClassName
{
background-color: #EFDD67;
}
.BgClassName
{
background-color: #EFDD67;
}
</style>
border-color css
<style>
span { border-color: #EFDD67; }
span { border-color: rgb(239,221,103); }
td.TdClassName
{
border-color: #EFDD67;
}
.TagClassName
{
border-color: #EFDD67;
}
</style>