Shades of Golden Sand #E5CB73
Tints of Golden Sand #E5CB73
RGB
CMYK
RGB Variations
Color information
#E5CB73 (or 0xE5CB73) is known color: Golden Sand. HEX triplet: E5, CB and 73. RGB value is (229,203,115). Sum of RGB (Red+Green+Blue) = 229+203+115=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 115 (45.31% from 255 or 21.02% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CB73 is #1A348C. Grayscale: #C9C9C9. Windows color (decimal): -1717389 or 7588837. OLE color: 7588837.
HSL color Cylindrical-coordinate representation of color #E5CB73: hue angle of 46.32º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E5CB73 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 203 | 115 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.10 |
| HSL | 46.32º | 0.69% | 0.67% | - |
| HSV(B) | 46.32º | 0.5% | 0.9% | - |
| XYZ | 56.76 | 60.61 | 24.93 | - |
| YUV | 200.74 | 79.61 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 203 | 115 | 0 | 0.11 | 0.50 | 0.10 | 46.32 | 0.69 | 0.67 |
| Hex | E5 | CB | 73 | 0 | B | 32 | A | 2E | 45 | 43 |
| Octal | 345 | 313 | 163 | 0 | 13 | 62 | 12 | 56 | 105 | 103 |
| Binary | 11100101 | 11001011 | 1110011 | 0 | 1011 | 110010 | 1010 | 101110 | 1000101 | 1000011 |
Color Harmonies of #E5CB73
Complementary color
Monochromatic Colors of #E5CB73
Black with #E5CB73
Text Example
Text Example
White with #E5CB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CB73; }
p { color: rgb(229,203,115); }
H1.HeaderClassName
{
color: #E5CB73;
}
.AnyTagClassName
{
color: #E5CB73;
}
</style>
background-color css
<style>
a { background-color: #E5CB73; }
a { background-color: rgb(229,203,115); }
div.DivClassName
{
background-color: #E5CB73;
}
.BgClassName
{
background-color: #E5CB73;
}
</style>
border-color css
<style>
span { border-color: #E5CB73; }
span { border-color: rgb(229,203,115); }
td.TdClassName
{
border-color: #E5CB73;
}
.TagClassName
{
border-color: #E5CB73;
}
</style>