Shades of Golden Sand #E9C75D
Tints of Golden Sand #E9C75D
RGB
CMYK
RGB Variations
Color information
#E9C75D (or 0xE9C75D) is known color: Golden Sand. HEX triplet: E9, C7 and 5D. RGB value is (233,199,93). Sum of RGB (Red+Green+Blue) = 233+199+93=525 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.38% from 525); Green value is 199 (78.12% from 255 or 37.90% from 525); Blue value is 93 (36.72% from 255 or 17.71% from 525); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C75D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9C75D is #1638A2. Grayscale: #C5C5C5. Windows color (decimal): -1456291 or 6146025. OLE color: 6146025.
HSL color Cylindrical-coordinate representation of color #E9C75D: hue angle of 45.43º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E9C75D is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 199 | 93 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.09 |
| HSL | 45.43º | 0.76% | 0.64% | - |
| HSV(B) | 45.43º | 0.6% | 0.91% | - |
| XYZ | 56 | 58.96 | 18.78 | - |
| YUV | 197.08 | 69.26 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 199 | 93 | 0 | 0.15 | 0.60 | 0.09 | 45.43 | 0.76 | 0.64 |
| Hex | E9 | C7 | 5D | 0 | F | 3C | 9 | 2D | 4C | 40 |
| Octal | 351 | 307 | 135 | 0 | 17 | 74 | 11 | 55 | 114 | 100 |
| Binary | 11101001 | 11000111 | 1011101 | 0 | 1111 | 111100 | 1001 | 101101 | 1001100 | 1000000 |
Color Harmonies of #E9C75D
Complementary color
Monochromatic Colors of #E9C75D
Black with #E9C75D
Text Example
Text Example
White with #E9C75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C75D; }
p { color: rgb(233,199,93); }
H1.HeaderClassName
{
color: #E9C75D;
}
.AnyTagClassName
{
color: #E9C75D;
}
</style>
background-color css
<style>
a { background-color: #E9C75D; }
a { background-color: rgb(233,199,93); }
div.DivClassName
{
background-color: #E9C75D;
}
.BgClassName
{
background-color: #E9C75D;
}
</style>
border-color css
<style>
span { border-color: #E9C75D; }
span { border-color: rgb(233,199,93); }
td.TdClassName
{
border-color: #E9C75D;
}
.TagClassName
{
border-color: #E9C75D;
}
</style>