Shades of Golden Sand #E8CA70
Tints of Golden Sand #E8CA70
RGB
CMYK
RGB Variations
Color information
#E8CA70 (or 0xE8CA70) is known color: Golden Sand. HEX triplet: E8, CA and 70. RGB value is (232,202,112). Sum of RGB (Red+Green+Blue) = 232+202+112=546 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.49% from 546); Green value is 202 (79.30% from 255 or 37.00% from 546); Blue value is 112 (44.14% from 255 or 20.51% from 546); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CA70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CA70 is #17358F. Grayscale: #C9C9C9. Windows color (decimal): -1521040 or 7391976. OLE color: 7391976.
HSL color Cylindrical-coordinate representation of color #E8CA70: hue angle of 45º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E8CA70 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 202 | 112 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.09 |
| HSL | 45º | 0.72% | 0.67% | - |
| HSV(B) | 45º | 0.52% | 0.91% | - |
| XYZ | 57.32 | 60.57 | 24 | - |
| YUV | 200.71 | 77.94 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 202 | 112 | 0 | 0.13 | 0.52 | 0.09 | 45 | 0.72 | 0.67 |
| Hex | E8 | CA | 70 | 0 | D | 34 | 9 | 2D | 48 | 43 |
| Octal | 350 | 312 | 160 | 0 | 15 | 64 | 11 | 55 | 110 | 103 |
| Binary | 11101000 | 11001010 | 1110000 | 0 | 1101 | 110100 | 1001 | 101101 | 1001000 | 1000011 |
Color Harmonies of #E8CA70
Complementary color
Monochromatic Colors of #E8CA70
Black with #E8CA70
Text Example
Text Example
White with #E8CA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CA70; }
p { color: rgb(232,202,112); }
H1.HeaderClassName
{
color: #E8CA70;
}
.AnyTagClassName
{
color: #E8CA70;
}
</style>
background-color css
<style>
a { background-color: #E8CA70; }
a { background-color: rgb(232,202,112); }
div.DivClassName
{
background-color: #E8CA70;
}
.BgClassName
{
background-color: #E8CA70;
}
</style>
border-color css
<style>
span { border-color: #E8CA70; }
span { border-color: rgb(232,202,112); }
td.TdClassName
{
border-color: #E8CA70;
}
.TagClassName
{
border-color: #E8CA70;
}
</style>