Shades of Golden Sand #EBCD74
Tints of Golden Sand #EBCD74
RGB
CMYK
RGB Variations
Color information
#EBCD74 (or 0xEBCD74) is known color: Golden Sand. HEX triplet: EB, CD and 74. RGB value is (235,205,116). Sum of RGB (Red+Green+Blue) = 235+205+116=556 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.27% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 116 (45.70% from 255 or 20.86% from 556); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCD74 is #14328B. Grayscale: #CCCCCC. Windows color (decimal): -1323660 or 7654891. OLE color: 7654891.
HSL color Cylindrical-coordinate representation of color #EBCD74: hue angle of 44.87º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EBCD74 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 205 | 116 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.08 |
| HSL | 44.87º | 0.75% | 0.69% | - |
| HSV(B) | 44.87º | 0.51% | 0.92% | - |
| XYZ | 59.24 | 62.59 | 25.48 | - |
| YUV | 203.82 | 78.44 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 205 | 116 | 0 | 0.13 | 0.51 | 0.08 | 44.87 | 0.75 | 0.69 |
| Hex | EB | CD | 74 | 0 | D | 33 | 8 | 2D | 4B | 45 |
| Octal | 353 | 315 | 164 | 0 | 15 | 63 | 10 | 55 | 113 | 105 |
| Binary | 11101011 | 11001101 | 1110100 | 0 | 1101 | 110011 | 1000 | 101101 | 1001011 | 1000101 |
Color Harmonies of #EBCD74
Complementary color
Monochromatic Colors of #EBCD74
Black with #EBCD74
Text Example
Text Example
White with #EBCD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCD74; }
p { color: rgb(235,205,116); }
H1.HeaderClassName
{
color: #EBCD74;
}
.AnyTagClassName
{
color: #EBCD74;
}
</style>
background-color css
<style>
a { background-color: #EBCD74; }
a { background-color: rgb(235,205,116); }
div.DivClassName
{
background-color: #EBCD74;
}
.BgClassName
{
background-color: #EBCD74;
}
</style>
border-color css
<style>
span { border-color: #EBCD74; }
span { border-color: rgb(235,205,116); }
td.TdClassName
{
border-color: #EBCD74;
}
.TagClassName
{
border-color: #EBCD74;
}
</style>