Shades of Golden Sand #EFD263
Tints of Golden Sand #EFD263
RGB
CMYK
RGB Variations
Color information
#EFD263 (or 0xEFD263) is known color: Golden Sand. HEX triplet: EF, D2 and 63. RGB value is (239,210,99). Sum of RGB (Red+Green+Blue) = 239+210+99=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 210 (82.42% from 255 or 38.32% from 548); Blue value is 99 (39.06% from 255 or 18.07% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD263 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD263 is #102D9C. Grayscale: #CECECE. Windows color (decimal): -1060253 or 6542063. OLE color: 6542063.
HSL color Cylindrical-coordinate representation of color #EFD263: hue angle of 47.57º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EFD263 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 99 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.06 |
| HSL | 47.57º | 0.81% | 0.66% | - |
| HSV(B) | 47.57º | 0.59% | 0.94% | - |
| XYZ | 60.9 | 65.34 | 21.21 | - |
| YUV | 206.02 | 67.61 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 99 | 0 | 0.12 | 0.59 | 0.06 | 47.57 | 0.81 | 0.66 |
| Hex | EF | D2 | 63 | 0 | C | 3B | 6 | 30 | 51 | 42 |
| Octal | 357 | 322 | 143 | 0 | 14 | 73 | 6 | 60 | 121 | 102 |
| Binary | 11101111 | 11010010 | 1100011 | 0 | 1100 | 111011 | 110 | 110000 | 1010001 | 1000010 |
Color Harmonies of #EFD263
Complementary color
Monochromatic Colors of #EFD263
Black with #EFD263
Text Example
Text Example
White with #EFD263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD263; }
p { color: rgb(239,210,99); }
H1.HeaderClassName
{
color: #EFD263;
}
.AnyTagClassName
{
color: #EFD263;
}
</style>
background-color css
<style>
a { background-color: #EFD263; }
a { background-color: rgb(239,210,99); }
div.DivClassName
{
background-color: #EFD263;
}
.BgClassName
{
background-color: #EFD263;
}
</style>
border-color css
<style>
span { border-color: #EFD263; }
span { border-color: rgb(239,210,99); }
td.TdClassName
{
border-color: #EFD263;
}
.TagClassName
{
border-color: #EFD263;
}
</style>