Shades of Golden Sand #E6CB5C
Tints of Golden Sand #E6CB5C
RGB
CMYK
RGB Variations
Color information
#E6CB5C (or 0xE6CB5C) is known color: Golden Sand. HEX triplet: E6, CB and 5C. RGB value is (230,203,92). Sum of RGB (Red+Green+Blue) = 230+203+92=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 92 (36.33% from 255 or 17.52% from 525); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CB5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CB5C is #1934A3. Grayscale: #C6C6C6. Windows color (decimal): -1651876 or 6081510. OLE color: 6081510.
HSL color Cylindrical-coordinate representation of color #E6CB5C: hue angle of 48.26º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E6CB5C is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 203 | 92 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.10 |
| HSL | 48.26º | 0.73% | 0.63% | - |
| HSV(B) | 48.26º | 0.6% | 0.9% | - |
| XYZ | 55.92 | 60.31 | 18.82 | - |
| YUV | 198.42 | 67.95 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 203 | 92 | 0 | 0.12 | 0.60 | 0.10 | 48.26 | 0.73 | 0.63 |
| Hex | E6 | CB | 5C | 0 | C | 3C | A | 30 | 49 | 3F |
| Octal | 346 | 313 | 134 | 0 | 14 | 74 | 12 | 60 | 111 | 77 |
| Binary | 11100110 | 11001011 | 1011100 | 0 | 1100 | 111100 | 1010 | 110000 | 1001001 | 111111 |
Color Harmonies of #E6CB5C
Complementary color
Monochromatic Colors of #E6CB5C
Black with #E6CB5C
Text Example
Text Example
White with #E6CB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CB5C; }
p { color: rgb(230,203,92); }
H1.HeaderClassName
{
color: #E6CB5C;
}
.AnyTagClassName
{
color: #E6CB5C;
}
</style>
background-color css
<style>
a { background-color: #E6CB5C; }
a { background-color: rgb(230,203,92); }
div.DivClassName
{
background-color: #E6CB5C;
}
.BgClassName
{
background-color: #E6CB5C;
}
</style>
border-color css
<style>
span { border-color: #E6CB5C; }
span { border-color: rgb(230,203,92); }
td.TdClassName
{
border-color: #E6CB5C;
}
.TagClassName
{
border-color: #E6CB5C;
}
</style>