Shades of Golden Sand #E7C365
Tints of Golden Sand #E7C365
RGB
CMYK
RGB Variations
Color information
#E7C365 (or 0xE7C365) is known color: Golden Sand. HEX triplet: E7, C3 and 65. RGB value is (231,195,101). Sum of RGB (Red+Green+Blue) = 231+195+101=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 195 (76.56% from 255 or 37.00% from 527); Blue value is 101 (39.84% from 255 or 19.17% from 527); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C365 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C365 is #183C9A. Grayscale: #C3C3C3. Windows color (decimal): -1588379 or 6669287. OLE color: 6669287.
HSL color Cylindrical-coordinate representation of color #E7C365: hue angle of 43.38º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E7C365 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 195 | 101 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.09 |
| HSL | 43.38º | 0.73% | 0.65% | - |
| HSV(B) | 43.38º | 0.56% | 0.91% | - |
| XYZ | 54.82 | 56.96 | 20.42 | - |
| YUV | 195.05 | 74.93 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 195 | 101 | 0 | 0.16 | 0.56 | 0.09 | 43.38 | 0.73 | 0.65 |
| Hex | E7 | C3 | 65 | 0 | 10 | 38 | 9 | 2B | 49 | 41 |
| Octal | 347 | 303 | 145 | 0 | 20 | 70 | 11 | 53 | 111 | 101 |
| Binary | 11100111 | 11000011 | 1100101 | 0 | 10000 | 111000 | 1001 | 101011 | 1001001 | 1000001 |
Color Harmonies of #E7C365
Complementary color
Monochromatic Colors of #E7C365
Black with #E7C365
Text Example
Text Example
White with #E7C365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C365; }
p { color: rgb(231,195,101); }
H1.HeaderClassName
{
color: #E7C365;
}
.AnyTagClassName
{
color: #E7C365;
}
</style>
background-color css
<style>
a { background-color: #E7C365; }
a { background-color: rgb(231,195,101); }
div.DivClassName
{
background-color: #E7C365;
}
.BgClassName
{
background-color: #E7C365;
}
</style>
border-color css
<style>
span { border-color: #E7C365; }
span { border-color: rgb(231,195,101); }
td.TdClassName
{
border-color: #E7C365;
}
.TagClassName
{
border-color: #E7C365;
}
</style>