Shades of Golden Sand #E9C368
Tints of Golden Sand #E9C368
RGB
CMYK
RGB Variations
Color information
#E9C368 (or 0xE9C368) is known color: Golden Sand. HEX triplet: E9, C3 and 68. RGB value is (233,195,104). Sum of RGB (Red+Green+Blue) = 233+195+104=532 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.80% from 532); Green value is 195 (76.56% from 255 or 36.65% from 532); Blue value is 104 (41.02% from 255 or 19.55% from 532); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C368 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9C368 is #163C97. Grayscale: #C4C4C4. Windows color (decimal): -1457304 or 6865897. OLE color: 6865897.
HSL color Cylindrical-coordinate representation of color #E9C368: hue angle of 42.33º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E9C368 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 195 | 104 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.09 |
| HSL | 42.33º | 0.75% | 0.66% | - |
| HSV(B) | 42.33º | 0.55% | 0.91% | - |
| XYZ | 55.62 | 57.35 | 21.24 | - |
| YUV | 195.99 | 76.09 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 195 | 104 | 0 | 0.16 | 0.55 | 0.09 | 42.33 | 0.75 | 0.66 |
| Hex | E9 | C3 | 68 | 0 | 10 | 37 | 9 | 2A | 4B | 42 |
| Octal | 351 | 303 | 150 | 0 | 20 | 67 | 11 | 52 | 113 | 102 |
| Binary | 11101001 | 11000011 | 1101000 | 0 | 10000 | 110111 | 1001 | 101010 | 1001011 | 1000010 |
Color Harmonies of #E9C368
Complementary color
Monochromatic Colors of #E9C368
Black with #E9C368
Text Example
Text Example
White with #E9C368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C368; }
p { color: rgb(233,195,104); }
H1.HeaderClassName
{
color: #E9C368;
}
.AnyTagClassName
{
color: #E9C368;
}
</style>
background-color css
<style>
a { background-color: #E9C368; }
a { background-color: rgb(233,195,104); }
div.DivClassName
{
background-color: #E9C368;
}
.BgClassName
{
background-color: #E9C368;
}
</style>
border-color css
<style>
span { border-color: #E9C368; }
span { border-color: rgb(233,195,104); }
td.TdClassName
{
border-color: #E9C368;
}
.TagClassName
{
border-color: #E9C368;
}
</style>