Shades of Golden Sand #E4C95C
Tints of Golden Sand #E4C95C
RGB
CMYK
RGB Variations
Color information
#E4C95C (or 0xE4C95C) is known color: Golden Sand. HEX triplet: E4, C9 and 5C. RGB value is (228,201,92). Sum of RGB (Red+Green+Blue) = 228+201+92=521 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.76% from 521); Green value is 201 (78.91% from 255 or 38.58% from 521); Blue value is 92 (36.33% from 255 or 17.66% from 521); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4C95C is #1B36A3. Grayscale: #C5C5C5. Windows color (decimal): -1783460 or 6080996. OLE color: 6080996.
HSL color Cylindrical-coordinate representation of color #E4C95C: hue angle of 48.09º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E4C95C is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 201 | 92 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.11 |
| HSL | 48.09º | 0.72% | 0.63% | - |
| HSV(B) | 48.09º | 0.6% | 0.89% | - |
| XYZ | 54.81 | 59.04 | 18.63 | - |
| YUV | 196.65 | 68.95 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 201 | 92 | 0 | 0.12 | 0.60 | 0.11 | 48.09 | 0.72 | 0.63 |
| Hex | E4 | C9 | 5C | 0 | C | 3C | B | 30 | 48 | 3F |
| Octal | 344 | 311 | 134 | 0 | 14 | 74 | 13 | 60 | 110 | 77 |
| Binary | 11100100 | 11001001 | 1011100 | 0 | 1100 | 111100 | 1011 | 110000 | 1001000 | 111111 |
Color Harmonies of #E4C95C
Complementary color
Monochromatic Colors of #E4C95C
Black with #E4C95C
Text Example
Text Example
White with #E4C95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C95C; }
p { color: rgb(228,201,92); }
H1.HeaderClassName
{
color: #E4C95C;
}
.AnyTagClassName
{
color: #E4C95C;
}
</style>
background-color css
<style>
a { background-color: #E4C95C; }
a { background-color: rgb(228,201,92); }
div.DivClassName
{
background-color: #E4C95C;
}
.BgClassName
{
background-color: #E4C95C;
}
</style>
border-color css
<style>
span { border-color: #E4C95C; }
span { border-color: rgb(228,201,92); }
td.TdClassName
{
border-color: #E4C95C;
}
.TagClassName
{
border-color: #E4C95C;
}
</style>