Shades of Golden Sand #E6CB66
Tints of Golden Sand #E6CB66
RGB
CMYK
RGB Variations
Color information
#E6CB66 (or 0xE6CB66) is known color: Golden Sand. HEX triplet: E6, CB and 66. RGB value is (230,203,102). Sum of RGB (Red+Green+Blue) = 230+203+102=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 203 (79.69% from 255 or 37.94% from 535); Blue value is 102 (40.23% from 255 or 19.07% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CB66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CB66 is #193499. Grayscale: #C7C7C7. Windows color (decimal): -1651866 or 6736870. OLE color: 6736870.
HSL color Cylindrical-coordinate representation of color #E6CB66: hue angle of 47.34º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E6CB66 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 203 | 102 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.10 |
| HSL | 47.34º | 0.72% | 0.65% | - |
| HSV(B) | 47.34º | 0.56% | 0.9% | - |
| XYZ | 56.39 | 60.49 | 21.27 | - |
| YUV | 199.56 | 72.95 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 203 | 102 | 0 | 0.12 | 0.56 | 0.10 | 47.34 | 0.72 | 0.65 |
| Hex | E6 | CB | 66 | 0 | C | 38 | A | 2F | 48 | 41 |
| Octal | 346 | 313 | 146 | 0 | 14 | 70 | 12 | 57 | 110 | 101 |
| Binary | 11100110 | 11001011 | 1100110 | 0 | 1100 | 111000 | 1010 | 101111 | 1001000 | 1000001 |
Color Harmonies of #E6CB66
Complementary color
Monochromatic Colors of #E6CB66
Black with #E6CB66
Text Example
Text Example
White with #E6CB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CB66; }
p { color: rgb(230,203,102); }
H1.HeaderClassName
{
color: #E6CB66;
}
.AnyTagClassName
{
color: #E6CB66;
}
</style>
background-color css
<style>
a { background-color: #E6CB66; }
a { background-color: rgb(230,203,102); }
div.DivClassName
{
background-color: #E6CB66;
}
.BgClassName
{
background-color: #E6CB66;
}
</style>
border-color css
<style>
span { border-color: #E6CB66; }
span { border-color: rgb(230,203,102); }
td.TdClassName
{
border-color: #E6CB66;
}
.TagClassName
{
border-color: #E6CB66;
}
</style>