Shades of Golden Sand #E6CB5E
Tints of Golden Sand #E6CB5E
RGB
CMYK
RGB Variations
Color information
#E6CB5E (or 0xE6CB5E) is known color: Golden Sand. HEX triplet: E6, CB and 5E. RGB value is (230,203,94). Sum of RGB (Red+Green+Blue) = 230+203+94=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 94 (37.11% from 255 or 17.84% from 527); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CB5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CB5E is #1934A1. Grayscale: #C7C7C7. Windows color (decimal): -1651874 or 6212582. OLE color: 6212582.
HSL color Cylindrical-coordinate representation of color #E6CB5E: hue angle of 48.09º 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 #E6CB5E is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 203 | 94 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.10 |
| HSL | 48.09º | 0.73% | 0.64% | - |
| HSV(B) | 48.09º | 0.59% | 0.9% | - |
| XYZ | 56.01 | 60.34 | 19.29 | - |
| YUV | 198.65 | 68.95 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 203 | 94 | 0 | 0.12 | 0.59 | 0.10 | 48.09 | 0.73 | 0.64 |
| Hex | E6 | CB | 5E | 0 | C | 3B | A | 30 | 49 | 40 |
| Octal | 346 | 313 | 136 | 0 | 14 | 73 | 12 | 60 | 111 | 100 |
| Binary | 11100110 | 11001011 | 1011110 | 0 | 1100 | 111011 | 1010 | 110000 | 1001001 | 1000000 |
Color Harmonies of #E6CB5E
Complementary color
Monochromatic Colors of #E6CB5E
Black with #E6CB5E
Text Example
Text Example
White with #E6CB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CB5E; }
p { color: rgb(230,203,94); }
H1.HeaderClassName
{
color: #E6CB5E;
}
.AnyTagClassName
{
color: #E6CB5E;
}
</style>
background-color css
<style>
a { background-color: #E6CB5E; }
a { background-color: rgb(230,203,94); }
div.DivClassName
{
background-color: #E6CB5E;
}
.BgClassName
{
background-color: #E6CB5E;
}
</style>
border-color css
<style>
span { border-color: #E6CB5E; }
span { border-color: rgb(230,203,94); }
td.TdClassName
{
border-color: #E6CB5E;
}
.TagClassName
{
border-color: #E6CB5E;
}
</style>