Shades of Golden Sand #E6CC5D
Tints of Golden Sand #E6CC5D
RGB
CMYK
RGB Variations
Color information
#E6CC5D (or 0xE6CC5D) is known color: Golden Sand. HEX triplet: E6, CC and 5D. RGB value is (230,204,93). Sum of RGB (Red+Green+Blue) = 230+204+93=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 93 (36.72% from 255 or 17.65% from 527); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CC5D is #1933A2. Grayscale: #C7C7C7. Windows color (decimal): -1651619 or 6147302. OLE color: 6147302.
HSL color Cylindrical-coordinate representation of color #E6CC5D: hue angle of 48.61º 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 #E6CC5D is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 204 | 93 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.10 |
| HSL | 48.61º | 0.73% | 0.63% | - |
| HSV(B) | 48.61º | 0.6% | 0.9% | - |
| XYZ | 56.2 | 60.8 | 19.13 | - |
| YUV | 199.12 | 68.11 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 93 | 0 | 0.11 | 0.60 | 0.10 | 48.61 | 0.73 | 0.63 |
| Hex | E6 | CC | 5D | 0 | B | 3C | A | 31 | 49 | 3F |
| Octal | 346 | 314 | 135 | 0 | 13 | 74 | 12 | 61 | 111 | 77 |
| Binary | 11100110 | 11001100 | 1011101 | 0 | 1011 | 111100 | 1010 | 110001 | 1001001 | 111111 |
Color Harmonies of #E6CC5D
Complementary color
Monochromatic Colors of #E6CC5D
Black with #E6CC5D
Text Example
Text Example
White with #E6CC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CC5D; }
p { color: rgb(230,204,93); }
H1.HeaderClassName
{
color: #E6CC5D;
}
.AnyTagClassName
{
color: #E6CC5D;
}
</style>
background-color css
<style>
a { background-color: #E6CC5D; }
a { background-color: rgb(230,204,93); }
div.DivClassName
{
background-color: #E6CC5D;
}
.BgClassName
{
background-color: #E6CC5D;
}
</style>
border-color css
<style>
span { border-color: #E6CC5D; }
span { border-color: rgb(230,204,93); }
td.TdClassName
{
border-color: #E6CC5D;
}
.TagClassName
{
border-color: #E6CC5D;
}
</style>