Shades of Golden Sand #EBD467
Tints of Golden Sand #EBD467
RGB
CMYK
RGB Variations
Color information
#EBD467 (or 0xEBD467) is known color: Golden Sand. HEX triplet: EB, D4 and 67. RGB value is (235,212,103). Sum of RGB (Red+Green+Blue) = 235+212+103=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 212 (83.20% from 255 or 38.55% from 550); Blue value is 103 (40.62% from 255 or 18.73% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD467 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD467 is #142B98. Grayscale: #CECECE. Windows color (decimal): -1321881 or 6804715. OLE color: 6804715.
HSL color Cylindrical-coordinate representation of color #EBD467: hue angle of 49.55º 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 #EBD467 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 212 | 103 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.08 |
| HSL | 49.55º | 0.77% | 0.66% | - |
| HSV(B) | 49.55º | 0.56% | 0.92% | - |
| XYZ | 60.25 | 65.73 | 22.34 | - |
| YUV | 206.45 | 69.62 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 212 | 103 | 0 | 0.10 | 0.56 | 0.08 | 49.55 | 0.77 | 0.66 |
| Hex | EB | D4 | 67 | 0 | A | 38 | 8 | 32 | 4D | 42 |
| Octal | 353 | 324 | 147 | 0 | 12 | 70 | 10 | 62 | 115 | 102 |
| Binary | 11101011 | 11010100 | 1100111 | 0 | 1010 | 111000 | 1000 | 110010 | 1001101 | 1000010 |
Color Harmonies of #EBD467
Complementary color
Monochromatic Colors of #EBD467
Black with #EBD467
Text Example
Text Example
White with #EBD467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD467; }
p { color: rgb(235,212,103); }
H1.HeaderClassName
{
color: #EBD467;
}
.AnyTagClassName
{
color: #EBD467;
}
</style>
background-color css
<style>
a { background-color: #EBD467; }
a { background-color: rgb(235,212,103); }
div.DivClassName
{
background-color: #EBD467;
}
.BgClassName
{
background-color: #EBD467;
}
</style>
border-color css
<style>
span { border-color: #EBD467; }
span { border-color: rgb(235,212,103); }
td.TdClassName
{
border-color: #EBD467;
}
.TagClassName
{
border-color: #EBD467;
}
</style>