Shades of Golden Sand #E6C55E
Tints of Golden Sand #E6C55E
RGB
CMYK
RGB Variations
Color information
#E6C55E (or 0xE6C55E) is known color: Golden Sand. HEX triplet: E6, C5 and 5E. RGB value is (230,197,94). Sum of RGB (Red+Green+Blue) = 230+197+94=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 94 (37.11% from 255 or 18.04% from 521); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C55E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C55E is #193AA1. Grayscale: #C3C3C3. Windows color (decimal): -1653410 or 6211046. OLE color: 6211046.
HSL color Cylindrical-coordinate representation of color #E6C55E: hue angle of 45.44º 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 #E6C55E is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 197 | 94 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.10 |
| HSL | 45.44º | 0.73% | 0.64% | - |
| HSV(B) | 45.44º | 0.59% | 0.9% | - |
| XYZ | 54.62 | 57.56 | 18.82 | - |
| YUV | 195.13 | 70.93 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 197 | 94 | 0 | 0.14 | 0.59 | 0.10 | 45.44 | 0.73 | 0.64 |
| Hex | E6 | C5 | 5E | 0 | E | 3B | A | 2D | 49 | 40 |
| Octal | 346 | 305 | 136 | 0 | 16 | 73 | 12 | 55 | 111 | 100 |
| Binary | 11100110 | 11000101 | 1011110 | 0 | 1110 | 111011 | 1010 | 101101 | 1001001 | 1000000 |
Color Harmonies of #E6C55E
Complementary color
Monochromatic Colors of #E6C55E
Black with #E6C55E
Text Example
Text Example
White with #E6C55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C55E; }
p { color: rgb(230,197,94); }
H1.HeaderClassName
{
color: #E6C55E;
}
.AnyTagClassName
{
color: #E6C55E;
}
</style>
background-color css
<style>
a { background-color: #E6C55E; }
a { background-color: rgb(230,197,94); }
div.DivClassName
{
background-color: #E6C55E;
}
.BgClassName
{
background-color: #E6C55E;
}
</style>
border-color css
<style>
span { border-color: #E6C55E; }
span { border-color: rgb(230,197,94); }
td.TdClassName
{
border-color: #E6C55E;
}
.TagClassName
{
border-color: #E6C55E;
}
</style>