Shades of Golden Sand #E6C970
Tints of Golden Sand #E6C970
RGB
CMYK
RGB Variations
Color information
#E6C970 (or 0xE6C970) is known color: Golden Sand. HEX triplet: E6, C9 and 70. RGB value is (230,201,112). Sum of RGB (Red+Green+Blue) = 230+201+112=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 112 (44.14% from 255 or 20.63% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C970 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C970 is #19368F. Grayscale: #C7C7C7. Windows color (decimal): -1652368 or 7391718. OLE color: 7391718.
HSL color Cylindrical-coordinate representation of color #E6C970: hue angle of 45.25º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E6C970 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 201 | 112 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.10 |
| HSL | 45.25º | 0.7% | 0.67% | - |
| HSV(B) | 45.25º | 0.51% | 0.9% | - |
| XYZ | 56.44 | 59.77 | 23.89 | - |
| YUV | 199.53 | 78.61 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 201 | 112 | 0 | 0.13 | 0.51 | 0.10 | 45.25 | 0.7 | 0.67 |
| Hex | E6 | C9 | 70 | 0 | D | 33 | A | 2D | 46 | 43 |
| Octal | 346 | 311 | 160 | 0 | 15 | 63 | 12 | 55 | 106 | 103 |
| Binary | 11100110 | 11001001 | 1110000 | 0 | 1101 | 110011 | 1010 | 101101 | 1000110 | 1000011 |
Color Harmonies of #E6C970
Complementary color
Monochromatic Colors of #E6C970
Black with #E6C970
Text Example
Text Example
White with #E6C970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C970; }
p { color: rgb(230,201,112); }
H1.HeaderClassName
{
color: #E6C970;
}
.AnyTagClassName
{
color: #E6C970;
}
</style>
background-color css
<style>
a { background-color: #E6C970; }
a { background-color: rgb(230,201,112); }
div.DivClassName
{
background-color: #E6C970;
}
.BgClassName
{
background-color: #E6C970;
}
</style>
border-color css
<style>
span { border-color: #E6C970; }
span { border-color: rgb(230,201,112); }
td.TdClassName
{
border-color: #E6C970;
}
.TagClassName
{
border-color: #E6C970;
}
</style>