Shades of Golden Sand #E9D465
Tints of Golden Sand #E9D465
RGB
CMYK
RGB Variations
Color information
#E9D465 (or 0xE9D465) is known color: Golden Sand. HEX triplet: E9, D4 and 65. RGB value is (233,212,101). Sum of RGB (Red+Green+Blue) = 233+212+101=546 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.67% from 546); Green value is 212 (83.20% from 255 or 38.83% from 546); Blue value is 101 (39.84% from 255 or 18.50% from 546); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D465 is #162B9A. Grayscale: #CECECE. Windows color (decimal): -1452955 or 6673641. OLE color: 6673641.
HSL color Cylindrical-coordinate representation of color #E9D465: hue angle of 50.45º 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 #E9D465 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 212 | 101 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.09 |
| HSL | 50.45º | 0.75% | 0.65% | - |
| HSV(B) | 50.45º | 0.57% | 0.91% | - |
| XYZ | 59.5 | 65.35 | 21.79 | - |
| YUV | 205.63 | 68.96 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 212 | 101 | 0 | 0.09 | 0.57 | 0.09 | 50.45 | 0.75 | 0.65 |
| Hex | E9 | D4 | 65 | 0 | 9 | 39 | 9 | 32 | 4B | 41 |
| Octal | 351 | 324 | 145 | 0 | 11 | 71 | 11 | 62 | 113 | 101 |
| Binary | 11101001 | 11010100 | 1100101 | 0 | 1001 | 111001 | 1001 | 110010 | 1001011 | 1000001 |
Color Harmonies of #E9D465
Complementary color
Monochromatic Colors of #E9D465
Black with #E9D465
Text Example
Text Example
White with #E9D465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D465; }
p { color: rgb(233,212,101); }
H1.HeaderClassName
{
color: #E9D465;
}
.AnyTagClassName
{
color: #E9D465;
}
</style>
background-color css
<style>
a { background-color: #E9D465; }
a { background-color: rgb(233,212,101); }
div.DivClassName
{
background-color: #E9D465;
}
.BgClassName
{
background-color: #E9D465;
}
</style>
border-color css
<style>
span { border-color: #E9D465; }
span { border-color: rgb(233,212,101); }
td.TdClassName
{
border-color: #E9D465;
}
.TagClassName
{
border-color: #E9D465;
}
</style>