Shades of Golden Sand #E6CB70
Tints of Golden Sand #E6CB70
RGB
CMYK
RGB Variations
Color information
#E6CB70 (or 0xE6CB70) is known color: Golden Sand. HEX triplet: E6, CB and 70. RGB value is (230,203,112). Sum of RGB (Red+Green+Blue) = 230+203+112=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 112 (44.14% from 255 or 20.55% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CB70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CB70 is #19348F. Grayscale: #C9C9C9. Windows color (decimal): -1651856 or 7392230. OLE color: 7392230.
HSL color Cylindrical-coordinate representation of color #E6CB70: hue angle of 46.27º 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 #E6CB70 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 203 | 112 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.10 |
| HSL | 46.27º | 0.7% | 0.67% | - |
| HSV(B) | 46.27º | 0.51% | 0.9% | - |
| XYZ | 56.91 | 60.7 | 24.05 | - |
| YUV | 200.7 | 77.95 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 203 | 112 | 0 | 0.12 | 0.51 | 0.10 | 46.27 | 0.7 | 0.67 |
| Hex | E6 | CB | 70 | 0 | C | 33 | A | 2E | 46 | 43 |
| Octal | 346 | 313 | 160 | 0 | 14 | 63 | 12 | 56 | 106 | 103 |
| Binary | 11100110 | 11001011 | 1110000 | 0 | 1100 | 110011 | 1010 | 101110 | 1000110 | 1000011 |
Color Harmonies of #E6CB70
Complementary color
Monochromatic Colors of #E6CB70
Black with #E6CB70
Text Example
Text Example
White with #E6CB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CB70; }
p { color: rgb(230,203,112); }
H1.HeaderClassName
{
color: #E6CB70;
}
.AnyTagClassName
{
color: #E6CB70;
}
</style>
background-color css
<style>
a { background-color: #E6CB70; }
a { background-color: rgb(230,203,112); }
div.DivClassName
{
background-color: #E6CB70;
}
.BgClassName
{
background-color: #E6CB70;
}
</style>
border-color css
<style>
span { border-color: #E6CB70; }
span { border-color: rgb(230,203,112); }
td.TdClassName
{
border-color: #E6CB70;
}
.TagClassName
{
border-color: #E6CB70;
}
</style>