Shades of Golden Sand #E9CD74
Tints of Golden Sand #E9CD74
RGB
CMYK
RGB Variations
Color information
#E9CD74 (or 0xE9CD74) is known color: Golden Sand. HEX triplet: E9, CD and 74. RGB value is (233,205,116). Sum of RGB (Red+Green+Blue) = 233+205+116=554 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.06% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 116 (45.70% from 255 or 20.94% from 554); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CD74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CD74 is #16328B. Grayscale: #CBCBCB. Windows color (decimal): -1454732 or 7654889. OLE color: 7654889.
HSL color Cylindrical-coordinate representation of color #E9CD74: hue angle of 45.64º 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 #E9CD74 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 205 | 116 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.09 |
| HSL | 45.64º | 0.73% | 0.68% | - |
| HSV(B) | 45.64º | 0.5% | 0.91% | - |
| XYZ | 58.59 | 62.25 | 25.45 | - |
| YUV | 203.23 | 78.78 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 205 | 116 | 0 | 0.12 | 0.50 | 0.09 | 45.64 | 0.73 | 0.68 |
| Hex | E9 | CD | 74 | 0 | C | 32 | 9 | 2E | 49 | 44 |
| Octal | 351 | 315 | 164 | 0 | 14 | 62 | 11 | 56 | 111 | 104 |
| Binary | 11101001 | 11001101 | 1110100 | 0 | 1100 | 110010 | 1001 | 101110 | 1001001 | 1000100 |
Color Harmonies of #E9CD74
Complementary color
Monochromatic Colors of #E9CD74
Black with #E9CD74
Text Example
Text Example
White with #E9CD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CD74; }
p { color: rgb(233,205,116); }
H1.HeaderClassName
{
color: #E9CD74;
}
.AnyTagClassName
{
color: #E9CD74;
}
</style>
background-color css
<style>
a { background-color: #E9CD74; }
a { background-color: rgb(233,205,116); }
div.DivClassName
{
background-color: #E9CD74;
}
.BgClassName
{
background-color: #E9CD74;
}
</style>
border-color css
<style>
span { border-color: #E9CD74; }
span { border-color: rgb(233,205,116); }
td.TdClassName
{
border-color: #E9CD74;
}
.TagClassName
{
border-color: #E9CD74;
}
</style>