Shades of Golden Sand #E7CA74
Tints of Golden Sand #E7CA74
RGB
CMYK
RGB Variations
Color information
#E7CA74 (or 0xE7CA74) is known color: Golden Sand. HEX triplet: E7, CA and 74. RGB value is (231,202,116). Sum of RGB (Red+Green+Blue) = 231+202+116=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 116 (45.70% from 255 or 21.13% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CA74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CA74 is #18358B. Grayscale: #C9C9C9. Windows color (decimal): -1586572 or 7654119. OLE color: 7654119.
HSL color Cylindrical-coordinate representation of color #E7CA74: hue angle of 44.87º degrees, saturation: 0.71, 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 #E7CA74 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 202 | 116 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.09 |
| HSL | 44.87º | 0.71% | 0.68% | - |
| HSV(B) | 44.87º | 0.5% | 0.91% | - |
| XYZ | 57.23 | 60.49 | 25.18 | - |
| YUV | 200.87 | 80.11 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 202 | 116 | 0 | 0.13 | 0.50 | 0.09 | 44.87 | 0.71 | 0.68 |
| Hex | E7 | CA | 74 | 0 | D | 32 | 9 | 2D | 47 | 44 |
| Octal | 347 | 312 | 164 | 0 | 15 | 62 | 11 | 55 | 107 | 104 |
| Binary | 11100111 | 11001010 | 1110100 | 0 | 1101 | 110010 | 1001 | 101101 | 1000111 | 1000100 |
Color Harmonies of #E7CA74
Complementary color
Monochromatic Colors of #E7CA74
Black with #E7CA74
Text Example
Text Example
White with #E7CA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CA74; }
p { color: rgb(231,202,116); }
H1.HeaderClassName
{
color: #E7CA74;
}
.AnyTagClassName
{
color: #E7CA74;
}
</style>
background-color css
<style>
a { background-color: #E7CA74; }
a { background-color: rgb(231,202,116); }
div.DivClassName
{
background-color: #E7CA74;
}
.BgClassName
{
background-color: #E7CA74;
}
</style>
border-color css
<style>
span { border-color: #E7CA74; }
span { border-color: rgb(231,202,116); }
td.TdClassName
{
border-color: #E7CA74;
}
.TagClassName
{
border-color: #E7CA74;
}
</style>