Shades of Golden Sand #E9CD70
Tints of Golden Sand #E9CD70
RGB
CMYK
RGB Variations
Color information
#E9CD70 (or 0xE9CD70) is known color: Golden Sand. HEX triplet: E9, CD and 70. RGB value is (233,205,112). Sum of RGB (Red+Green+Blue) = 233+205+112=550 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.36% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 112 (44.14% from 255 or 20.36% from 550); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CD70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CD70 is #16328F. Grayscale: #CBCBCB. Windows color (decimal): -1454736 or 7392745. OLE color: 7392745.
HSL color Cylindrical-coordinate representation of color #E9CD70: hue angle of 46.12º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E9CD70 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 205 | 112 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.09 |
| HSL | 46.12º | 0.73% | 0.68% | - |
| HSV(B) | 46.12º | 0.52% | 0.91% | - |
| XYZ | 58.36 | 62.16 | 24.25 | - |
| YUV | 202.77 | 76.78 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 205 | 112 | 0 | 0.12 | 0.52 | 0.09 | 46.12 | 0.73 | 0.68 |
| Hex | E9 | CD | 70 | 0 | C | 34 | 9 | 2E | 49 | 44 |
| Octal | 351 | 315 | 160 | 0 | 14 | 64 | 11 | 56 | 111 | 104 |
| Binary | 11101001 | 11001101 | 1110000 | 0 | 1100 | 110100 | 1001 | 101110 | 1001001 | 1000100 |
Color Harmonies of #E9CD70
Complementary color
Monochromatic Colors of #E9CD70
Black with #E9CD70
Text Example
Text Example
White with #E9CD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CD70; }
p { color: rgb(233,205,112); }
H1.HeaderClassName
{
color: #E9CD70;
}
.AnyTagClassName
{
color: #E9CD70;
}
</style>
background-color css
<style>
a { background-color: #E9CD70; }
a { background-color: rgb(233,205,112); }
div.DivClassName
{
background-color: #E9CD70;
}
.BgClassName
{
background-color: #E9CD70;
}
</style>
border-color css
<style>
span { border-color: #E9CD70; }
span { border-color: rgb(233,205,112); }
td.TdClassName
{
border-color: #E9CD70;
}
.TagClassName
{
border-color: #E9CD70;
}
</style>