Shades of Golden Sand #EBCD71
Tints of Golden Sand #EBCD71
RGB
CMYK
RGB Variations
Color information
#EBCD71 (or 0xEBCD71) is known color: Golden Sand. HEX triplet: EB, CD and 71. RGB value is (235,205,113). Sum of RGB (Red+Green+Blue) = 235+205+113=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 113 (44.53% from 255 or 20.43% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCD71 is #14328E. Grayscale: #CBCBCB. Windows color (decimal): -1323663 or 7458283. OLE color: 7458283.
HSL color Cylindrical-coordinate representation of color #EBCD71: hue angle of 45.25º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EBCD71 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 205 | 113 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.08 |
| HSL | 45.25º | 0.75% | 0.68% | - |
| HSV(B) | 45.25º | 0.52% | 0.92% | - |
| XYZ | 59.07 | 62.52 | 24.58 | - |
| YUV | 203.48 | 76.94 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 205 | 113 | 0 | 0.13 | 0.52 | 0.08 | 45.25 | 0.75 | 0.68 |
| Hex | EB | CD | 71 | 0 | D | 34 | 8 | 2D | 4B | 44 |
| Octal | 353 | 315 | 161 | 0 | 15 | 64 | 10 | 55 | 113 | 104 |
| Binary | 11101011 | 11001101 | 1110001 | 0 | 1101 | 110100 | 1000 | 101101 | 1001011 | 1000100 |
Color Harmonies of #EBCD71
Complementary color
Monochromatic Colors of #EBCD71
Black with #EBCD71
Text Example
Text Example
White with #EBCD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCD71; }
p { color: rgb(235,205,113); }
H1.HeaderClassName
{
color: #EBCD71;
}
.AnyTagClassName
{
color: #EBCD71;
}
</style>
background-color css
<style>
a { background-color: #EBCD71; }
a { background-color: rgb(235,205,113); }
div.DivClassName
{
background-color: #EBCD71;
}
.BgClassName
{
background-color: #EBCD71;
}
</style>
border-color css
<style>
span { border-color: #EBCD71; }
span { border-color: rgb(235,205,113); }
td.TdClassName
{
border-color: #EBCD71;
}
.TagClassName
{
border-color: #EBCD71;
}
</style>