Shades of Golden Sand #EFDA67
Tints of Golden Sand #EFDA67
RGB
CMYK
RGB Variations
Color information
#EFDA67 (or 0xEFDA67) is known color: Golden Sand. HEX triplet: EF, DA and 67. RGB value is (239,218,103). Sum of RGB (Red+Green+Blue) = 239+218+103=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 103 (40.62% from 255 or 18.39% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDA67 is #102598. Grayscale: #D3D3D3. Windows color (decimal): -1058201 or 6806255. OLE color: 6806255.
HSL color Cylindrical-coordinate representation of color #EFDA67: hue angle of 50.74º 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 #EFDA67 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 103 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.06 |
| HSL | 50.74º | 0.81% | 0.67% | - |
| HSV(B) | 50.74º | 0.57% | 0.94% | - |
| XYZ | 63.12 | 69.47 | 22.91 | - |
| YUV | 211.17 | 66.96 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 103 | 0 | 0.09 | 0.57 | 0.06 | 50.74 | 0.81 | 0.67 |
| Hex | EF | DA | 67 | 0 | 9 | 39 | 6 | 33 | 51 | 43 |
| Octal | 357 | 332 | 147 | 0 | 11 | 71 | 6 | 63 | 121 | 103 |
| Binary | 11101111 | 11011010 | 1100111 | 0 | 1001 | 111001 | 110 | 110011 | 1010001 | 1000011 |
Color Harmonies of #EFDA67
Complementary color
Monochromatic Colors of #EFDA67
Black with #EFDA67
Text Example
Text Example
White with #EFDA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA67; }
p { color: rgb(239,218,103); }
H1.HeaderClassName
{
color: #EFDA67;
}
.AnyTagClassName
{
color: #EFDA67;
}
</style>
background-color css
<style>
a { background-color: #EFDA67; }
a { background-color: rgb(239,218,103); }
div.DivClassName
{
background-color: #EFDA67;
}
.BgClassName
{
background-color: #EFDA67;
}
</style>
border-color css
<style>
span { border-color: #EFDA67; }
span { border-color: rgb(239,218,103); }
td.TdClassName
{
border-color: #EFDA67;
}
.TagClassName
{
border-color: #EFDA67;
}
</style>