Shades of Golden Sand #E7CC74
Tints of Golden Sand #E7CC74
RGB
CMYK
RGB Variations
Color information
#E7CC74 (or 0xE7CC74) is known color: Golden Sand. HEX triplet: E7, CC and 74. RGB value is (231,204,116). Sum of RGB (Red+Green+Blue) = 231+204+116=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 116 (45.70% from 255 or 21.05% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CC74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CC74 is #18338B. Grayscale: #CACACA. Windows color (decimal): -1586060 or 7654631. OLE color: 7654631.
HSL color Cylindrical-coordinate representation of color #E7CC74: hue angle of 45.91º 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 #E7CC74 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 204 | 116 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.09 |
| HSL | 45.91º | 0.71% | 0.68% | - |
| HSV(B) | 45.91º | 0.5% | 0.91% | - |
| XYZ | 57.7 | 61.44 | 25.34 | - |
| YUV | 202.04 | 79.45 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 204 | 116 | 0 | 0.12 | 0.50 | 0.09 | 45.91 | 0.71 | 0.68 |
| Hex | E7 | CC | 74 | 0 | C | 32 | 9 | 2E | 47 | 44 |
| Octal | 347 | 314 | 164 | 0 | 14 | 62 | 11 | 56 | 107 | 104 |
| Binary | 11100111 | 11001100 | 1110100 | 0 | 1100 | 110010 | 1001 | 101110 | 1000111 | 1000100 |
Color Harmonies of #E7CC74
Complementary color
Monochromatic Colors of #E7CC74
Black with #E7CC74
Text Example
Text Example
White with #E7CC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CC74; }
p { color: rgb(231,204,116); }
H1.HeaderClassName
{
color: #E7CC74;
}
.AnyTagClassName
{
color: #E7CC74;
}
</style>
background-color css
<style>
a { background-color: #E7CC74; }
a { background-color: rgb(231,204,116); }
div.DivClassName
{
background-color: #E7CC74;
}
.BgClassName
{
background-color: #E7CC74;
}
</style>
border-color css
<style>
span { border-color: #E7CC74; }
span { border-color: rgb(231,204,116); }
td.TdClassName
{
border-color: #E7CC74;
}
.TagClassName
{
border-color: #E7CC74;
}
</style>