Shades of Golden Sand #E9DA67
Tints of Golden Sand #E9DA67
RGB
CMYK
RGB Variations
Color information
#E9DA67 (or 0xE9DA67) is known color: Golden Sand. HEX triplet: E9, DA and 67. RGB value is (233,218,103). Sum of RGB (Red+Green+Blue) = 233+218+103=554 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.06% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 103 (40.62% from 255 or 18.59% from 554); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DA67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DA67 is #162598. Grayscale: #D1D1D1. Windows color (decimal): -1451417 or 6806249. OLE color: 6806249.
HSL color Cylindrical-coordinate representation of color #E9DA67: hue angle of 53.08º 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 #E9DA67 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 218 | 103 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.09 |
| HSL | 53.08º | 0.75% | 0.66% | - |
| HSV(B) | 53.08º | 0.56% | 0.91% | - |
| XYZ | 61.12 | 68.45 | 22.82 | - |
| YUV | 209.38 | 67.97 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 218 | 103 | 0 | 0.06 | 0.56 | 0.09 | 53.08 | 0.75 | 0.66 |
| Hex | E9 | DA | 67 | 0 | 6 | 38 | 9 | 35 | 4B | 42 |
| Octal | 351 | 332 | 147 | 0 | 6 | 70 | 11 | 65 | 113 | 102 |
| Binary | 11101001 | 11011010 | 1100111 | 0 | 110 | 111000 | 1001 | 110101 | 1001011 | 1000010 |
Color Harmonies of #E9DA67
Complementary color
Monochromatic Colors of #E9DA67
Black with #E9DA67
Text Example
Text Example
White with #E9DA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DA67; }
p { color: rgb(233,218,103); }
H1.HeaderClassName
{
color: #E9DA67;
}
.AnyTagClassName
{
color: #E9DA67;
}
</style>
background-color css
<style>
a { background-color: #E9DA67; }
a { background-color: rgb(233,218,103); }
div.DivClassName
{
background-color: #E9DA67;
}
.BgClassName
{
background-color: #E9DA67;
}
</style>
border-color css
<style>
span { border-color: #E9DA67; }
span { border-color: rgb(233,218,103); }
td.TdClassName
{
border-color: #E9DA67;
}
.TagClassName
{
border-color: #E9DA67;
}
</style>