Shades of Golden Sand #EFCB6D
Tints of Golden Sand #EFCB6D
RGB
CMYK
RGB Variations
Color information
#EFCB6D (or 0xEFCB6D) is known color: Golden Sand. HEX triplet: EF, CB and 6D. RGB value is (239,203,109). Sum of RGB (Red+Green+Blue) = 239+203+109=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 109 (42.97% from 255 or 19.78% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCB6D is #103492. Grayscale: #CBCBCB. Windows color (decimal): -1062035 or 7195631. OLE color: 7195631.
HSL color Cylindrical-coordinate representation of color #EFCB6D: hue angle of 43.38º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFCB6D is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 109 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.06 |
| HSL | 43.38º | 0.8% | 0.68% | - |
| HSV(B) | 43.38º | 0.54% | 0.94% | - |
| XYZ | 59.71 | 62.17 | 23.32 | - |
| YUV | 203.05 | 74.93 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 109 | 0 | 0.15 | 0.54 | 0.06 | 43.38 | 0.8 | 0.68 |
| Hex | EF | CB | 6D | 0 | F | 36 | 6 | 2B | 50 | 44 |
| Octal | 357 | 313 | 155 | 0 | 17 | 66 | 6 | 53 | 120 | 104 |
| Binary | 11101111 | 11001011 | 1101101 | 0 | 1111 | 110110 | 110 | 101011 | 1010000 | 1000100 |
Color Harmonies of #EFCB6D
Complementary color
Monochromatic Colors of #EFCB6D
Black with #EFCB6D
Text Example
Text Example
White with #EFCB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCB6D; }
p { color: rgb(239,203,109); }
H1.HeaderClassName
{
color: #EFCB6D;
}
.AnyTagClassName
{
color: #EFCB6D;
}
</style>
background-color css
<style>
a { background-color: #EFCB6D; }
a { background-color: rgb(239,203,109); }
div.DivClassName
{
background-color: #EFCB6D;
}
.BgClassName
{
background-color: #EFCB6D;
}
</style>
border-color css
<style>
span { border-color: #EFCB6D; }
span { border-color: rgb(239,203,109); }
td.TdClassName
{
border-color: #EFCB6D;
}
.TagClassName
{
border-color: #EFCB6D;
}
</style>