Shades of Golden Sand #EFCB63
Tints of Golden Sand #EFCB63
RGB
CMYK
RGB Variations
Color information
#EFCB63 (or 0xEFCB63) is known color: Golden Sand. HEX triplet: EF, CB and 63. RGB value is (239,203,99). Sum of RGB (Red+Green+Blue) = 239+203+99=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 99 (39.06% from 255 or 18.30% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCB63 is #10349C. Grayscale: #CACACA. Windows color (decimal): -1062045 or 6540271. OLE color: 6540271.
HSL color Cylindrical-coordinate representation of color #EFCB63: hue angle of 44.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 #EFCB63 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 99 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.06 |
| HSL | 44.57º | 0.81% | 0.66% | - |
| HSV(B) | 44.57º | 0.59% | 0.94% | - |
| XYZ | 59.2 | 61.96 | 20.64 | - |
| YUV | 201.91 | 69.93 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 99 | 0 | 0.15 | 0.59 | 0.06 | 44.57 | 0.81 | 0.66 |
| Hex | EF | CB | 63 | 0 | F | 3B | 6 | 2D | 51 | 42 |
| Octal | 357 | 313 | 143 | 0 | 17 | 73 | 6 | 55 | 121 | 102 |
| Binary | 11101111 | 11001011 | 1100011 | 0 | 1111 | 111011 | 110 | 101101 | 1010001 | 1000010 |
Color Harmonies of #EFCB63
Complementary color
Monochromatic Colors of #EFCB63
Black with #EFCB63
Text Example
Text Example
White with #EFCB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCB63; }
p { color: rgb(239,203,99); }
H1.HeaderClassName
{
color: #EFCB63;
}
.AnyTagClassName
{
color: #EFCB63;
}
</style>
background-color css
<style>
a { background-color: #EFCB63; }
a { background-color: rgb(239,203,99); }
div.DivClassName
{
background-color: #EFCB63;
}
.BgClassName
{
background-color: #EFCB63;
}
</style>
border-color css
<style>
span { border-color: #EFCB63; }
span { border-color: rgb(239,203,99); }
td.TdClassName
{
border-color: #EFCB63;
}
.TagClassName
{
border-color: #EFCB63;
}
</style>