Shades of Golden Sand #E6C75E
Tints of Golden Sand #E6C75E
RGB
CMYK
RGB Variations
Color information
#E6C75E (or 0xE6C75E) is known color: Golden Sand. HEX triplet: E6, C7 and 5E. RGB value is (230,199,94). Sum of RGB (Red+Green+Blue) = 230+199+94=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 199 (78.12% from 255 or 38.05% from 523); Blue value is 94 (37.11% from 255 or 17.97% from 523); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C75E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C75E is #1938A1. Grayscale: #C4C4C4. Windows color (decimal): -1652898 or 6211558. OLE color: 6211558.
HSL color Cylindrical-coordinate representation of color #E6C75E: hue angle of 46.32º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E6C75E is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 199 | 94 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.10 |
| HSL | 46.32º | 0.73% | 0.64% | - |
| HSV(B) | 46.32º | 0.59% | 0.9% | - |
| XYZ | 55.08 | 58.48 | 18.97 | - |
| YUV | 196.3 | 70.27 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 199 | 94 | 0 | 0.13 | 0.59 | 0.10 | 46.32 | 0.73 | 0.64 |
| Hex | E6 | C7 | 5E | 0 | D | 3B | A | 2E | 49 | 40 |
| Octal | 346 | 307 | 136 | 0 | 15 | 73 | 12 | 56 | 111 | 100 |
| Binary | 11100110 | 11000111 | 1011110 | 0 | 1101 | 111011 | 1010 | 101110 | 1001001 | 1000000 |
Color Harmonies of #E6C75E
Complementary color
Monochromatic Colors of #E6C75E
Black with #E6C75E
Text Example
Text Example
White with #E6C75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C75E; }
p { color: rgb(230,199,94); }
H1.HeaderClassName
{
color: #E6C75E;
}
.AnyTagClassName
{
color: #E6C75E;
}
</style>
background-color css
<style>
a { background-color: #E6C75E; }
a { background-color: rgb(230,199,94); }
div.DivClassName
{
background-color: #E6C75E;
}
.BgClassName
{
background-color: #E6C75E;
}
</style>
border-color css
<style>
span { border-color: #E6C75E; }
span { border-color: rgb(230,199,94); }
td.TdClassName
{
border-color: #E6C75E;
}
.TagClassName
{
border-color: #E6C75E;
}
</style>