Shades of Golden Sand #E9C462
Tints of Golden Sand #E9C462
RGB
CMYK
RGB Variations
Color information
#E9C462 (or 0xE9C462) is known color: Golden Sand. HEX triplet: E9, C4 and 62. RGB value is (233,196,98). Sum of RGB (Red+Green+Blue) = 233+196+98=527 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.21% from 527); Green value is 196 (76.95% from 255 or 37.19% from 527); Blue value is 98 (38.67% from 255 or 18.60% from 527); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C462 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9C462 is #163B9D. Grayscale: #C4C4C4. Windows color (decimal): -1457054 or 6472937. OLE color: 6472937.
HSL color Cylindrical-coordinate representation of color #E9C462: hue angle of 43.56º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E9C462 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 196 | 98 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.09 |
| HSL | 43.56º | 0.75% | 0.65% | - |
| HSV(B) | 43.56º | 0.58% | 0.91% | - |
| XYZ | 55.55 | 57.69 | 19.76 | - |
| YUV | 195.89 | 72.76 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 196 | 98 | 0 | 0.16 | 0.58 | 0.09 | 43.56 | 0.75 | 0.65 |
| Hex | E9 | C4 | 62 | 0 | 10 | 3A | 9 | 2C | 4B | 41 |
| Octal | 351 | 304 | 142 | 0 | 20 | 72 | 11 | 54 | 113 | 101 |
| Binary | 11101001 | 11000100 | 1100010 | 0 | 10000 | 111010 | 1001 | 101100 | 1001011 | 1000001 |
Color Harmonies of #E9C462
Complementary color
Monochromatic Colors of #E9C462
Black with #E9C462
Text Example
Text Example
White with #E9C462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C462; }
p { color: rgb(233,196,98); }
H1.HeaderClassName
{
color: #E9C462;
}
.AnyTagClassName
{
color: #E9C462;
}
</style>
background-color css
<style>
a { background-color: #E9C462; }
a { background-color: rgb(233,196,98); }
div.DivClassName
{
background-color: #E9C462;
}
.BgClassName
{
background-color: #E9C462;
}
</style>
border-color css
<style>
span { border-color: #E9C462; }
span { border-color: rgb(233,196,98); }
td.TdClassName
{
border-color: #E9C462;
}
.TagClassName
{
border-color: #E9C462;
}
</style>