Shades of Golden Sand #E9D367
Tints of Golden Sand #E9D367
RGB
CMYK
RGB Variations
Color information
#E9D367 (or 0xE9D367) is known color: Golden Sand. HEX triplet: E9, D3 and 67. RGB value is (233,211,103). Sum of RGB (Red+Green+Blue) = 233+211+103=547 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.60% from 547); Green value is 211 (82.81% from 255 or 38.57% from 547); Blue value is 103 (40.62% from 255 or 18.83% from 547); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D367 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D367 is #162C98. Grayscale: #CDCDCD. Windows color (decimal): -1453209 or 6804457. OLE color: 6804457.
HSL color Cylindrical-coordinate representation of color #E9D367: hue angle of 49.85º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E9D367 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 211 | 103 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.09 |
| HSL | 49.85º | 0.75% | 0.66% | - |
| HSV(B) | 49.85º | 0.56% | 0.91% | - |
| XYZ | 59.35 | 64.89 | 22.23 | - |
| YUV | 205.27 | 70.29 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 211 | 103 | 0 | 0.09 | 0.56 | 0.09 | 49.85 | 0.75 | 0.66 |
| Hex | E9 | D3 | 67 | 0 | 9 | 38 | 9 | 32 | 4B | 42 |
| Octal | 351 | 323 | 147 | 0 | 11 | 70 | 11 | 62 | 113 | 102 |
| Binary | 11101001 | 11010011 | 1100111 | 0 | 1001 | 111000 | 1001 | 110010 | 1001011 | 1000010 |
Color Harmonies of #E9D367
Complementary color
Monochromatic Colors of #E9D367
Black with #E9D367
Text Example
Text Example
White with #E9D367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D367; }
p { color: rgb(233,211,103); }
H1.HeaderClassName
{
color: #E9D367;
}
.AnyTagClassName
{
color: #E9D367;
}
</style>
background-color css
<style>
a { background-color: #E9D367; }
a { background-color: rgb(233,211,103); }
div.DivClassName
{
background-color: #E9D367;
}
.BgClassName
{
background-color: #E9D367;
}
</style>
border-color css
<style>
span { border-color: #E9D367; }
span { border-color: rgb(233,211,103); }
td.TdClassName
{
border-color: #E9D367;
}
.TagClassName
{
border-color: #E9D367;
}
</style>