Shades of Golden Sand #E6C365
Tints of Golden Sand #E6C365
RGB
CMYK
RGB Variations
Color information
#E6C365 (or 0xE6C365) is known color: Golden Sand. HEX triplet: E6, C3 and 65. RGB value is (230,195,101). Sum of RGB (Red+Green+Blue) = 230+195+101=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 195 (76.56% from 255 or 37.07% from 526); Blue value is 101 (39.84% from 255 or 19.20% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C365 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C365 is #193C9A. Grayscale: #C3C3C3. Windows color (decimal): -1653915 or 6669286. OLE color: 6669286.
HSL color Cylindrical-coordinate representation of color #E6C365: hue angle of 43.72º 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 #E6C365 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 195 | 101 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.10 |
| HSL | 43.72º | 0.72% | 0.65% | - |
| HSV(B) | 43.72º | 0.56% | 0.9% | - |
| XYZ | 54.5 | 56.79 | 20.4 | - |
| YUV | 194.75 | 75.1 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 195 | 101 | 0 | 0.15 | 0.56 | 0.10 | 43.72 | 0.72 | 0.65 |
| Hex | E6 | C3 | 65 | 0 | F | 38 | A | 2C | 48 | 41 |
| Octal | 346 | 303 | 145 | 0 | 17 | 70 | 12 | 54 | 110 | 101 |
| Binary | 11100110 | 11000011 | 1100101 | 0 | 1111 | 111000 | 1010 | 101100 | 1001000 | 1000001 |
Color Harmonies of #E6C365
Complementary color
Monochromatic Colors of #E6C365
Black with #E6C365
Text Example
Text Example
White with #E6C365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C365; }
p { color: rgb(230,195,101); }
H1.HeaderClassName
{
color: #E6C365;
}
.AnyTagClassName
{
color: #E6C365;
}
</style>
background-color css
<style>
a { background-color: #E6C365; }
a { background-color: rgb(230,195,101); }
div.DivClassName
{
background-color: #E6C365;
}
.BgClassName
{
background-color: #E6C365;
}
</style>
border-color css
<style>
span { border-color: #E6C365; }
span { border-color: rgb(230,195,101); }
td.TdClassName
{
border-color: #E6C365;
}
.TagClassName
{
border-color: #E6C365;
}
</style>