Shades of Golden Sand #E9D365
Tints of Golden Sand #E9D365
RGB
CMYK
RGB Variations
Color information
#E9D365 (or 0xE9D365) is known color: Golden Sand. HEX triplet: E9, D3 and 65. RGB value is (233,211,101). Sum of RGB (Red+Green+Blue) = 233+211+101=545 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.75% from 545); Green value is 211 (82.81% from 255 or 38.72% from 545); Blue value is 101 (39.84% from 255 or 18.53% from 545); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D365 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D365 is #162C9A. Grayscale: #CDCDCD. Windows color (decimal): -1453211 or 6673385. OLE color: 6673385.
HSL color Cylindrical-coordinate representation of color #E9D365: hue angle of 50º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E9D365 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 211 | 101 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.09 |
| HSL | 50º | 0.75% | 0.65% | - |
| HSV(B) | 50º | 0.57% | 0.91% | - |
| XYZ | 59.25 | 64.85 | 21.71 | - |
| YUV | 205.04 | 69.29 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 211 | 101 | 0 | 0.09 | 0.57 | 0.09 | 50 | 0.75 | 0.65 |
| Hex | E9 | D3 | 65 | 0 | 9 | 39 | 9 | 32 | 4B | 41 |
| Octal | 351 | 323 | 145 | 0 | 11 | 71 | 11 | 62 | 113 | 101 |
| Binary | 11101001 | 11010011 | 1100101 | 0 | 1001 | 111001 | 1001 | 110010 | 1001011 | 1000001 |
Color Harmonies of #E9D365
Complementary color
Monochromatic Colors of #E9D365
Black with #E9D365
Text Example
Text Example
White with #E9D365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D365; }
p { color: rgb(233,211,101); }
H1.HeaderClassName
{
color: #E9D365;
}
.AnyTagClassName
{
color: #E9D365;
}
</style>
background-color css
<style>
a { background-color: #E9D365; }
a { background-color: rgb(233,211,101); }
div.DivClassName
{
background-color: #E9D365;
}
.BgClassName
{
background-color: #E9D365;
}
</style>
border-color css
<style>
span { border-color: #E9D365; }
span { border-color: rgb(233,211,101); }
td.TdClassName
{
border-color: #E9D365;
}
.TagClassName
{
border-color: #E9D365;
}
</style>