Shades of Golden Sand #E9CC74
Tints of Golden Sand #E9CC74
RGB
CMYK
RGB Variations
Color information
#E9CC74 (or 0xE9CC74) is known color: Golden Sand. HEX triplet: E9, CC and 74. RGB value is (233,204,116). Sum of RGB (Red+Green+Blue) = 233+204+116=553 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.13% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 116 (45.70% from 255 or 20.98% from 553); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CC74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CC74 is #16338B. Grayscale: #CBCBCB. Windows color (decimal): -1454988 or 7654633. OLE color: 7654633.
HSL color Cylindrical-coordinate representation of color #E9CC74: hue angle of 45.13º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E9CC74 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 204 | 116 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.09 |
| HSL | 45.13º | 0.73% | 0.68% | - |
| HSV(B) | 45.13º | 0.5% | 0.91% | - |
| XYZ | 58.35 | 61.77 | 25.37 | - |
| YUV | 202.64 | 79.11 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 204 | 116 | 0 | 0.12 | 0.50 | 0.09 | 45.13 | 0.73 | 0.68 |
| Hex | E9 | CC | 74 | 0 | C | 32 | 9 | 2D | 49 | 44 |
| Octal | 351 | 314 | 164 | 0 | 14 | 62 | 11 | 55 | 111 | 104 |
| Binary | 11101001 | 11001100 | 1110100 | 0 | 1100 | 110010 | 1001 | 101101 | 1001001 | 1000100 |
Color Harmonies of #E9CC74
Complementary color
Monochromatic Colors of #E9CC74
Black with #E9CC74
Text Example
Text Example
White with #E9CC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CC74; }
p { color: rgb(233,204,116); }
H1.HeaderClassName
{
color: #E9CC74;
}
.AnyTagClassName
{
color: #E9CC74;
}
</style>
background-color css
<style>
a { background-color: #E9CC74; }
a { background-color: rgb(233,204,116); }
div.DivClassName
{
background-color: #E9CC74;
}
.BgClassName
{
background-color: #E9CC74;
}
</style>
border-color css
<style>
span { border-color: #E9CC74; }
span { border-color: rgb(233,204,116); }
td.TdClassName
{
border-color: #E9CC74;
}
.TagClassName
{
border-color: #E9CC74;
}
</style>