Shades of Golden Sand #EBCD67
Tints of Golden Sand #EBCD67
RGB
CMYK
RGB Variations
Color information
#EBCD67 (or 0xEBCD67) is known color: Golden Sand. HEX triplet: EB, CD and 67. RGB value is (235,205,103). Sum of RGB (Red+Green+Blue) = 235+205+103=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 103 (40.62% from 255 or 18.97% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCD67 is #143298. Grayscale: #CACACA. Windows color (decimal): -1323673 or 6802923. OLE color: 6802923.
HSL color Cylindrical-coordinate representation of color #EBCD67: hue angle of 46.36º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EBCD67 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 205 | 103 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.08 |
| HSL | 46.36º | 0.77% | 0.66% | - |
| HSV(B) | 46.36º | 0.56% | 0.92% | - |
| XYZ | 58.54 | 62.3 | 21.77 | - |
| YUV | 202.34 | 71.94 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 205 | 103 | 0 | 0.13 | 0.56 | 0.08 | 46.36 | 0.77 | 0.66 |
| Hex | EB | CD | 67 | 0 | D | 38 | 8 | 2E | 4D | 42 |
| Octal | 353 | 315 | 147 | 0 | 15 | 70 | 10 | 56 | 115 | 102 |
| Binary | 11101011 | 11001101 | 1100111 | 0 | 1101 | 111000 | 1000 | 101110 | 1001101 | 1000010 |
Color Harmonies of #EBCD67
Complementary color
Monochromatic Colors of #EBCD67
Black with #EBCD67
Text Example
Text Example
White with #EBCD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCD67; }
p { color: rgb(235,205,103); }
H1.HeaderClassName
{
color: #EBCD67;
}
.AnyTagClassName
{
color: #EBCD67;
}
</style>
background-color css
<style>
a { background-color: #EBCD67; }
a { background-color: rgb(235,205,103); }
div.DivClassName
{
background-color: #EBCD67;
}
.BgClassName
{
background-color: #EBCD67;
}
</style>
border-color css
<style>
span { border-color: #EBCD67; }
span { border-color: rgb(235,205,103); }
td.TdClassName
{
border-color: #EBCD67;
}
.TagClassName
{
border-color: #EBCD67;
}
</style>