Shades of Golden Sand #E7CB74
Tints of Golden Sand #E7CB74
RGB
CMYK
RGB Variations
Color information
#E7CB74 (or 0xE7CB74) is known color: Golden Sand. HEX triplet: E7, CB and 74. RGB value is (231,203,116). Sum of RGB (Red+Green+Blue) = 231+203+116=550 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 116 (45.70% from 255 or 21.09% from 550); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CB74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CB74 is #18348B. Grayscale: #C9C9C9. Windows color (decimal): -1586316 or 7654375. OLE color: 7654375.
HSL color Cylindrical-coordinate representation of color #E7CB74: hue angle of 45.39º 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 #E7CB74 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 203 | 116 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.09 |
| HSL | 45.39º | 0.71% | 0.68% | - |
| HSV(B) | 45.39º | 0.5% | 0.91% | - |
| XYZ | 57.46 | 60.96 | 25.26 | - |
| YUV | 201.45 | 79.78 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 203 | 116 | 0 | 0.12 | 0.50 | 0.09 | 45.39 | 0.71 | 0.68 |
| Hex | E7 | CB | 74 | 0 | C | 32 | 9 | 2D | 47 | 44 |
| Octal | 347 | 313 | 164 | 0 | 14 | 62 | 11 | 55 | 107 | 104 |
| Binary | 11100111 | 11001011 | 1110100 | 0 | 1100 | 110010 | 1001 | 101101 | 1000111 | 1000100 |
Color Harmonies of #E7CB74
Complementary color
Monochromatic Colors of #E7CB74
Black with #E7CB74
Text Example
Text Example
White with #E7CB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CB74; }
p { color: rgb(231,203,116); }
H1.HeaderClassName
{
color: #E7CB74;
}
.AnyTagClassName
{
color: #E7CB74;
}
</style>
background-color css
<style>
a { background-color: #E7CB74; }
a { background-color: rgb(231,203,116); }
div.DivClassName
{
background-color: #E7CB74;
}
.BgClassName
{
background-color: #E7CB74;
}
</style>
border-color css
<style>
span { border-color: #E7CB74; }
span { border-color: rgb(231,203,116); }
td.TdClassName
{
border-color: #E7CB74;
}
.TagClassName
{
border-color: #E7CB74;
}
</style>