Shades of Golden Sand #E6CC65
Tints of Golden Sand #E6CC65
RGB
CMYK
RGB Variations
Color information
#E6CC65 (or 0xE6CC65) is known color: Golden Sand. HEX triplet: E6, CC and 65. RGB value is (230,204,101). Sum of RGB (Red+Green+Blue) = 230+204+101=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 101 (39.84% from 255 or 18.88% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CC65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CC65 is #19339A. Grayscale: #C8C8C8. Windows color (decimal): -1651611 or 6671590. OLE color: 6671590.
HSL color Cylindrical-coordinate representation of color #E6CC65: hue angle of 47.91º 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 #E6CC65 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 204 | 101 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.10 |
| HSL | 47.91º | 0.72% | 0.65% | - |
| HSV(B) | 47.91º | 0.56% | 0.9% | - |
| XYZ | 56.57 | 60.95 | 21.09 | - |
| YUV | 200.03 | 72.11 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 101 | 0 | 0.11 | 0.56 | 0.10 | 47.91 | 0.72 | 0.65 |
| Hex | E6 | CC | 65 | 0 | B | 38 | A | 30 | 48 | 41 |
| Octal | 346 | 314 | 145 | 0 | 13 | 70 | 12 | 60 | 110 | 101 |
| Binary | 11100110 | 11001100 | 1100101 | 0 | 1011 | 111000 | 1010 | 110000 | 1001000 | 1000001 |
Color Harmonies of #E6CC65
Complementary color
Monochromatic Colors of #E6CC65
Black with #E6CC65
Text Example
Text Example
White with #E6CC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CC65; }
p { color: rgb(230,204,101); }
H1.HeaderClassName
{
color: #E6CC65;
}
.AnyTagClassName
{
color: #E6CC65;
}
</style>
background-color css
<style>
a { background-color: #E6CC65; }
a { background-color: rgb(230,204,101); }
div.DivClassName
{
background-color: #E6CC65;
}
.BgClassName
{
background-color: #E6CC65;
}
</style>
border-color css
<style>
span { border-color: #E6CC65; }
span { border-color: rgb(230,204,101); }
td.TdClassName
{
border-color: #E6CC65;
}
.TagClassName
{
border-color: #E6CC65;
}
</style>