Shades of Golden Sand #E6C462
Tints of Golden Sand #E6C462
RGB
CMYK
RGB Variations
Color information
#E6C462 (or 0xE6C462) is known color: Golden Sand. HEX triplet: E6, C4 and 62. RGB value is (230,196,98). Sum of RGB (Red+Green+Blue) = 230+196+98=524 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.89% from 524); Green value is 196 (76.95% from 255 or 37.40% from 524); Blue value is 98 (38.67% from 255 or 18.70% from 524); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C462 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C462 is #193B9D. Grayscale: #C3C3C3. Windows color (decimal): -1653662 or 6472934. OLE color: 6472934.
HSL color Cylindrical-coordinate representation of color #E6C462: hue angle of 44.55º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E6C462 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 196 | 98 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.10 |
| HSL | 44.55º | 0.73% | 0.64% | - |
| HSV(B) | 44.55º | 0.57% | 0.9% | - |
| XYZ | 54.58 | 57.18 | 19.72 | - |
| YUV | 194.99 | 73.26 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 196 | 98 | 0 | 0.15 | 0.57 | 0.10 | 44.55 | 0.73 | 0.64 |
| Hex | E6 | C4 | 62 | 0 | F | 39 | A | 2D | 49 | 40 |
| Octal | 346 | 304 | 142 | 0 | 17 | 71 | 12 | 55 | 111 | 100 |
| Binary | 11100110 | 11000100 | 1100010 | 0 | 1111 | 111001 | 1010 | 101101 | 1001001 | 1000000 |
Color Harmonies of #E6C462
Complementary color
Monochromatic Colors of #E6C462
Black with #E6C462
Text Example
Text Example
White with #E6C462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C462; }
p { color: rgb(230,196,98); }
H1.HeaderClassName
{
color: #E6C462;
}
.AnyTagClassName
{
color: #E6C462;
}
</style>
background-color css
<style>
a { background-color: #E6C462; }
a { background-color: rgb(230,196,98); }
div.DivClassName
{
background-color: #E6C462;
}
.BgClassName
{
background-color: #E6C462;
}
</style>
border-color css
<style>
span { border-color: #E6C462; }
span { border-color: rgb(230,196,98); }
td.TdClassName
{
border-color: #E6C462;
}
.TagClassName
{
border-color: #E6C462;
}
</style>