Shades of Golden Sand #E0C95B
Tints of Golden Sand #E0C95B
RGB
CMYK
RGB Variations
Color information
#E0C95B (or 0xE0C95B) is known color: Golden Sand. HEX triplet: E0, C9 and 5B. RGB value is (224,201,91). Sum of RGB (Red+Green+Blue) = 224+201+91=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 91 (35.94% from 255 or 17.64% from 516); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C95B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C95B is #1F36A4. Grayscale: #C3C3C3. Windows color (decimal): -2045605 or 6015456. OLE color: 6015456.
HSL color Cylindrical-coordinate representation of color #E0C95B: hue angle of 49.62º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E0C95B is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 201 | 91 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.12 |
| HSL | 49.62º | 0.68% | 0.62% | - |
| HSV(B) | 49.62º | 0.59% | 0.88% | - |
| XYZ | 53.52 | 58.38 | 18.34 | - |
| YUV | 195.34 | 69.12 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 201 | 91 | 0 | 0.10 | 0.59 | 0.12 | 49.62 | 0.68 | 0.62 |
| Hex | E0 | C9 | 5B | 0 | A | 3B | C | 32 | 44 | 3E |
| Octal | 340 | 311 | 133 | 0 | 12 | 73 | 14 | 62 | 104 | 76 |
| Binary | 11100000 | 11001001 | 1011011 | 0 | 1010 | 111011 | 1100 | 110010 | 1000100 | 111110 |
Color Harmonies of #E0C95B
Complementary color
Monochromatic Colors of #E0C95B
Black with #E0C95B
Text Example
Text Example
White with #E0C95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C95B; }
p { color: rgb(224,201,91); }
H1.HeaderClassName
{
color: #E0C95B;
}
.AnyTagClassName
{
color: #E0C95B;
}
</style>
background-color css
<style>
a { background-color: #E0C95B; }
a { background-color: rgb(224,201,91); }
div.DivClassName
{
background-color: #E0C95B;
}
.BgClassName
{
background-color: #E0C95B;
}
</style>
border-color css
<style>
span { border-color: #E0C95B; }
span { border-color: rgb(224,201,91); }
td.TdClassName
{
border-color: #E0C95B;
}
.TagClassName
{
border-color: #E0C95B;
}
</style>