Shades of Golden Sand #E6CF61
Tints of Golden Sand #E6CF61
RGB
CMYK
RGB Variations
Color information
#E6CF61 (or 0xE6CF61) is known color: Golden Sand. HEX triplet: E6, CF and 61. RGB value is (230,207,97). Sum of RGB (Red+Green+Blue) = 230+207+97=534 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.07% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 97 (38.28% from 255 or 18.16% from 534); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CF61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CF61 is #19309E. Grayscale: #C9C9C9. Windows color (decimal): -1650847 or 6410214. OLE color: 6410214.
HSL color Cylindrical-coordinate representation of color #E6CF61: hue angle of 49.62º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E6CF61 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 207 | 97 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.10 |
| HSL | 49.62º | 0.73% | 0.64% | - |
| HSV(B) | 49.62º | 0.58% | 0.9% | - |
| XYZ | 57.1 | 62.31 | 20.33 | - |
| YUV | 201.34 | 69.12 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 207 | 97 | 0 | 0.10 | 0.58 | 0.10 | 49.62 | 0.73 | 0.64 |
| Hex | E6 | CF | 61 | 0 | A | 3A | A | 32 | 49 | 40 |
| Octal | 346 | 317 | 141 | 0 | 12 | 72 | 12 | 62 | 111 | 100 |
| Binary | 11100110 | 11001111 | 1100001 | 0 | 1010 | 111010 | 1010 | 110010 | 1001001 | 1000000 |
Color Harmonies of #E6CF61
Complementary color
Monochromatic Colors of #E6CF61
Black with #E6CF61
Text Example
Text Example
White with #E6CF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CF61; }
p { color: rgb(230,207,97); }
H1.HeaderClassName
{
color: #E6CF61;
}
.AnyTagClassName
{
color: #E6CF61;
}
</style>
background-color css
<style>
a { background-color: #E6CF61; }
a { background-color: rgb(230,207,97); }
div.DivClassName
{
background-color: #E6CF61;
}
.BgClassName
{
background-color: #E6CF61;
}
</style>
border-color css
<style>
span { border-color: #E6CF61; }
span { border-color: rgb(230,207,97); }
td.TdClassName
{
border-color: #E6CF61;
}
.TagClassName
{
border-color: #E6CF61;
}
</style>