Shades of Golden Sand #E6C65F
Tints of Golden Sand #E6C65F
RGB
CMYK
RGB Variations
Color information
#E6C65F (or 0xE6C65F) is known color: Golden Sand. HEX triplet: E6, C6 and 5F. RGB value is (230,198,95). Sum of RGB (Red+Green+Blue) = 230+198+95=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 198 (77.73% from 255 or 37.86% from 523); Blue value is 95 (37.5% from 255 or 18.16% from 523); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C65F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C65F is #1939A0. Grayscale: #C4C4C4. Windows color (decimal): -1653153 or 6276838. OLE color: 6276838.
HSL color Cylindrical-coordinate representation of color #E6C65F: hue angle of 45.78º 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 #E6C65F is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 198 | 95 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.10 |
| HSL | 45.78º | 0.73% | 0.64% | - |
| HSV(B) | 45.78º | 0.59% | 0.9% | - |
| XYZ | 54.89 | 58.04 | 19.14 | - |
| YUV | 195.83 | 71.1 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 198 | 95 | 0 | 0.14 | 0.59 | 0.10 | 45.78 | 0.73 | 0.64 |
| Hex | E6 | C6 | 5F | 0 | E | 3B | A | 2E | 49 | 40 |
| Octal | 346 | 306 | 137 | 0 | 16 | 73 | 12 | 56 | 111 | 100 |
| Binary | 11100110 | 11000110 | 1011111 | 0 | 1110 | 111011 | 1010 | 101110 | 1001001 | 1000000 |
Color Harmonies of #E6C65F
Complementary color
Monochromatic Colors of #E6C65F
Black with #E6C65F
Text Example
Text Example
White with #E6C65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C65F; }
p { color: rgb(230,198,95); }
H1.HeaderClassName
{
color: #E6C65F;
}
.AnyTagClassName
{
color: #E6C65F;
}
</style>
background-color css
<style>
a { background-color: #E6C65F; }
a { background-color: rgb(230,198,95); }
div.DivClassName
{
background-color: #E6C65F;
}
.BgClassName
{
background-color: #E6C65F;
}
</style>
border-color css
<style>
span { border-color: #E6C65F; }
span { border-color: rgb(230,198,95); }
td.TdClassName
{
border-color: #E6C65F;
}
.TagClassName
{
border-color: #E6C65F;
}
</style>