Shades of Golden Sand #E9C362
Tints of Golden Sand #E9C362
RGB
CMYK
RGB Variations
Color information
#E9C362 (or 0xE9C362) is known color: Golden Sand. HEX triplet: E9, C3 and 62. RGB value is (233,195,98). Sum of RGB (Red+Green+Blue) = 233+195+98=526 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.30% from 526); Green value is 195 (76.56% from 255 or 37.07% from 526); Blue value is 98 (38.67% from 255 or 18.63% from 526); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C362 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9C362 is #163C9D. Grayscale: #C3C3C3. Windows color (decimal): -1457310 or 6472681. OLE color: 6472681.
HSL color Cylindrical-coordinate representation of color #E9C362: hue angle of 43.11º 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 #E9C362 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 195 | 98 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.09 |
| HSL | 43.11º | 0.75% | 0.65% | - |
| HSV(B) | 43.11º | 0.58% | 0.91% | - |
| XYZ | 55.32 | 57.24 | 19.69 | - |
| YUV | 195.3 | 73.09 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 195 | 98 | 0 | 0.16 | 0.58 | 0.09 | 43.11 | 0.75 | 0.65 |
| Hex | E9 | C3 | 62 | 0 | 10 | 3A | 9 | 2B | 4B | 41 |
| Octal | 351 | 303 | 142 | 0 | 20 | 72 | 11 | 53 | 113 | 101 |
| Binary | 11101001 | 11000011 | 1100010 | 0 | 10000 | 111010 | 1001 | 101011 | 1001011 | 1000001 |
Color Harmonies of #E9C362
Complementary color
Monochromatic Colors of #E9C362
Black with #E9C362
Text Example
Text Example
White with #E9C362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C362; }
p { color: rgb(233,195,98); }
H1.HeaderClassName
{
color: #E9C362;
}
.AnyTagClassName
{
color: #E9C362;
}
</style>
background-color css
<style>
a { background-color: #E9C362; }
a { background-color: rgb(233,195,98); }
div.DivClassName
{
background-color: #E9C362;
}
.BgClassName
{
background-color: #E9C362;
}
</style>
border-color css
<style>
span { border-color: #E9C362; }
span { border-color: rgb(233,195,98); }
td.TdClassName
{
border-color: #E9C362;
}
.TagClassName
{
border-color: #E9C362;
}
</style>