Shades of Golden Sand #E8CB74
Tints of Golden Sand #E8CB74
RGB
CMYK
RGB Variations
Color information
#E8CB74 (or 0xE8CB74) is known color: Golden Sand. HEX triplet: E8, CB and 74. RGB value is (232,203,116). Sum of RGB (Red+Green+Blue) = 232+203+116=551 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.11% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 116 (45.70% from 255 or 21.05% from 551); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CB74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CB74 is #17348B. Grayscale: #CACACA. Windows color (decimal): -1520780 or 7654376. OLE color: 7654376.
HSL color Cylindrical-coordinate representation of color #E8CB74: hue angle of 45º degrees, saturation: 0.72, 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 #E8CB74 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 203 | 116 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.09 |
| HSL | 45º | 0.72% | 0.68% | - |
| HSV(B) | 45º | 0.5% | 0.91% | - |
| XYZ | 57.79 | 61.13 | 25.28 | - |
| YUV | 201.75 | 79.61 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 203 | 116 | 0 | 0.12 | 0.50 | 0.09 | 45 | 0.72 | 0.68 |
| Hex | E8 | CB | 74 | 0 | C | 32 | 9 | 2D | 48 | 44 |
| Octal | 350 | 313 | 164 | 0 | 14 | 62 | 11 | 55 | 110 | 104 |
| Binary | 11101000 | 11001011 | 1110100 | 0 | 1100 | 110010 | 1001 | 101101 | 1001000 | 1000100 |
Color Harmonies of #E8CB74
Complementary color
Monochromatic Colors of #E8CB74
Black with #E8CB74
Text Example
Text Example
White with #E8CB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CB74; }
p { color: rgb(232,203,116); }
H1.HeaderClassName
{
color: #E8CB74;
}
.AnyTagClassName
{
color: #E8CB74;
}
</style>
background-color css
<style>
a { background-color: #E8CB74; }
a { background-color: rgb(232,203,116); }
div.DivClassName
{
background-color: #E8CB74;
}
.BgClassName
{
background-color: #E8CB74;
}
</style>
border-color css
<style>
span { border-color: #E8CB74; }
span { border-color: rgb(232,203,116); }
td.TdClassName
{
border-color: #E8CB74;
}
.TagClassName
{
border-color: #E8CB74;
}
</style>