Shades of Golden Sand #E9CA74
Tints of Golden Sand #E9CA74
RGB
CMYK
RGB Variations
Color information
#E9CA74 (or 0xE9CA74) is known color: Golden Sand. HEX triplet: E9, CA and 74. RGB value is (233,202,116). Sum of RGB (Red+Green+Blue) = 233+202+116=551 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.29% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 116 (45.70% from 255 or 21.05% from 551); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CA74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CA74 is #16358B. Grayscale: #C9C9C9. Windows color (decimal): -1455500 or 7654121. OLE color: 7654121.
HSL color Cylindrical-coordinate representation of color #E9CA74: hue angle of 44.1º 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 #E9CA74 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 202 | 116 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.09 |
| HSL | 44.1º | 0.73% | 0.68% | - |
| HSV(B) | 44.1º | 0.5% | 0.91% | - |
| XYZ | 57.88 | 60.83 | 25.21 | - |
| YUV | 201.47 | 79.77 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 202 | 116 | 0 | 0.13 | 0.50 | 0.09 | 44.1 | 0.73 | 0.68 |
| Hex | E9 | CA | 74 | 0 | D | 32 | 9 | 2C | 49 | 44 |
| Octal | 351 | 312 | 164 | 0 | 15 | 62 | 11 | 54 | 111 | 104 |
| Binary | 11101001 | 11001010 | 1110100 | 0 | 1101 | 110010 | 1001 | 101100 | 1001001 | 1000100 |
Color Harmonies of #E9CA74
Complementary color
Monochromatic Colors of #E9CA74
Black with #E9CA74
Text Example
Text Example
White with #E9CA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CA74; }
p { color: rgb(233,202,116); }
H1.HeaderClassName
{
color: #E9CA74;
}
.AnyTagClassName
{
color: #E9CA74;
}
</style>
background-color css
<style>
a { background-color: #E9CA74; }
a { background-color: rgb(233,202,116); }
div.DivClassName
{
background-color: #E9CA74;
}
.BgClassName
{
background-color: #E9CA74;
}
</style>
border-color css
<style>
span { border-color: #E9CA74; }
span { border-color: rgb(233,202,116); }
td.TdClassName
{
border-color: #E9CA74;
}
.TagClassName
{
border-color: #E9CA74;
}
</style>