Shades of Golden Sand #E5CB70
Tints of Golden Sand #E5CB70
RGB
CMYK
RGB Variations
Color information
#E5CB70 (or 0xE5CB70) is known color: Golden Sand. HEX triplet: E5, CB and 70. RGB value is (229,203,112). Sum of RGB (Red+Green+Blue) = 229+203+112=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 112 (44.14% from 255 or 20.59% from 544); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CB70 is #1A348F. Grayscale: #C8C8C8. Windows color (decimal): -1717392 or 7392229. OLE color: 7392229.
HSL color Cylindrical-coordinate representation of color #E5CB70: hue angle of 46.67º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E5CB70 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 203 | 112 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.10 |
| HSL | 46.67º | 0.69% | 0.67% | - |
| HSV(B) | 46.67º | 0.51% | 0.9% | - |
| XYZ | 56.59 | 60.54 | 24.03 | - |
| YUV | 200.4 | 78.11 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 203 | 112 | 0 | 0.11 | 0.51 | 0.10 | 46.67 | 0.69 | 0.67 |
| Hex | E5 | CB | 70 | 0 | B | 33 | A | 2F | 45 | 43 |
| Octal | 345 | 313 | 160 | 0 | 13 | 63 | 12 | 57 | 105 | 103 |
| Binary | 11100101 | 11001011 | 1110000 | 0 | 1011 | 110011 | 1010 | 101111 | 1000101 | 1000011 |
Color Harmonies of #E5CB70
Complementary color
Monochromatic Colors of #E5CB70
Black with #E5CB70
Text Example
Text Example
White with #E5CB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CB70; }
p { color: rgb(229,203,112); }
H1.HeaderClassName
{
color: #E5CB70;
}
.AnyTagClassName
{
color: #E5CB70;
}
</style>
background-color css
<style>
a { background-color: #E5CB70; }
a { background-color: rgb(229,203,112); }
div.DivClassName
{
background-color: #E5CB70;
}
.BgClassName
{
background-color: #E5CB70;
}
</style>
border-color css
<style>
span { border-color: #E5CB70; }
span { border-color: rgb(229,203,112); }
td.TdClassName
{
border-color: #E5CB70;
}
.TagClassName
{
border-color: #E5CB70;
}
</style>