Shades of Golden Sand #E9CC72
Tints of Golden Sand #E9CC72
RGB
CMYK
RGB Variations
Color information
#E9CC72 (or 0xE9CC72) is known color: Golden Sand. HEX triplet: E9, CC and 72. RGB value is (233,204,114). Sum of RGB (Red+Green+Blue) = 233+204+114=551 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.29% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 114 (44.92% from 255 or 20.69% from 551); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CC72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CC72 is #16338D. Grayscale: #CACACA. Windows color (decimal): -1454990 or 7523561. OLE color: 7523561.
HSL color Cylindrical-coordinate representation of color #E9CC72: hue angle of 45.38º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E9CC72 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 204 | 114 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.09 |
| HSL | 45.38º | 0.73% | 0.68% | - |
| HSV(B) | 45.38º | 0.51% | 0.91% | - |
| XYZ | 58.23 | 61.72 | 24.76 | - |
| YUV | 202.41 | 78.11 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 204 | 114 | 0 | 0.12 | 0.51 | 0.09 | 45.38 | 0.73 | 0.68 |
| Hex | E9 | CC | 72 | 0 | C | 33 | 9 | 2D | 49 | 44 |
| Octal | 351 | 314 | 162 | 0 | 14 | 63 | 11 | 55 | 111 | 104 |
| Binary | 11101001 | 11001100 | 1110010 | 0 | 1100 | 110011 | 1001 | 101101 | 1001001 | 1000100 |
Color Harmonies of #E9CC72
Complementary color
Monochromatic Colors of #E9CC72
Black with #E9CC72
Text Example
Text Example
White with #E9CC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CC72; }
p { color: rgb(233,204,114); }
H1.HeaderClassName
{
color: #E9CC72;
}
.AnyTagClassName
{
color: #E9CC72;
}
</style>
background-color css
<style>
a { background-color: #E9CC72; }
a { background-color: rgb(233,204,114); }
div.DivClassName
{
background-color: #E9CC72;
}
.BgClassName
{
background-color: #E9CC72;
}
</style>
border-color css
<style>
span { border-color: #E9CC72; }
span { border-color: rgb(233,204,114); }
td.TdClassName
{
border-color: #E9CC72;
}
.TagClassName
{
border-color: #E9CC72;
}
</style>