Shades of Golden Sand #EFD26B
Tints of Golden Sand #EFD26B
RGB
CMYK
RGB Variations
Color information
#EFD26B (or 0xEFD26B) is known color: Golden Sand. HEX triplet: EF, D2 and 6B. RGB value is (239,210,107). Sum of RGB (Red+Green+Blue) = 239+210+107=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 210 (82.42% from 255 or 37.77% from 556); Blue value is 107 (42.19% from 255 or 19.24% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD26B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD26B is #102D94. Grayscale: #CFCFCF. Windows color (decimal): -1060245 or 7066351. OLE color: 7066351.
HSL color Cylindrical-coordinate representation of color #EFD26B: hue angle of 46.82º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EFD26B is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 107 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.06 |
| HSL | 46.82º | 0.8% | 0.68% | - |
| HSV(B) | 46.82º | 0.55% | 0.94% | - |
| XYZ | 61.3 | 65.51 | 23.32 | - |
| YUV | 206.93 | 71.61 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 107 | 0 | 0.12 | 0.55 | 0.06 | 46.82 | 0.8 | 0.68 |
| Hex | EF | D2 | 6B | 0 | C | 37 | 6 | 2F | 50 | 44 |
| Octal | 357 | 322 | 153 | 0 | 14 | 67 | 6 | 57 | 120 | 104 |
| Binary | 11101111 | 11010010 | 1101011 | 0 | 1100 | 110111 | 110 | 101111 | 1010000 | 1000100 |
Color Harmonies of #EFD26B
Complementary color
Monochromatic Colors of #EFD26B
Black with #EFD26B
Text Example
Text Example
White with #EFD26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD26B; }
p { color: rgb(239,210,107); }
H1.HeaderClassName
{
color: #EFD26B;
}
.AnyTagClassName
{
color: #EFD26B;
}
</style>
background-color css
<style>
a { background-color: #EFD26B; }
a { background-color: rgb(239,210,107); }
div.DivClassName
{
background-color: #EFD26B;
}
.BgClassName
{
background-color: #EFD26B;
}
</style>
border-color css
<style>
span { border-color: #EFD26B; }
span { border-color: rgb(239,210,107); }
td.TdClassName
{
border-color: #EFD26B;
}
.TagClassName
{
border-color: #EFD26B;
}
</style>