Shades of Golden Sand #EACB72
Tints of Golden Sand #EACB72
RGB
CMYK
RGB Variations
Color information
#EACB72 (or 0xEACB72) is known color: Golden Sand. HEX triplet: EA, CB and 72. RGB value is (234,203,114). Sum of RGB (Red+Green+Blue) = 234+203+114=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 114 (44.92% from 255 or 20.69% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACB72 is #15348D. Grayscale: #CACACA. Windows color (decimal): -1389710 or 7523306. OLE color: 7523306.
HSL color Cylindrical-coordinate representation of color #EACB72: hue angle of 44.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EACB72 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 114 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.08 |
| HSL | 44.5º | 0.74% | 0.68% | - |
| HSV(B) | 44.5º | 0.51% | 0.92% | - |
| XYZ | 58.32 | 61.42 | 24.7 | - |
| YUV | 202.12 | 78.27 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 114 | 0 | 0.13 | 0.51 | 0.08 | 44.5 | 0.74 | 0.68 |
| Hex | EA | CB | 72 | 0 | D | 33 | 8 | 2C | 4A | 44 |
| Octal | 352 | 313 | 162 | 0 | 15 | 63 | 10 | 54 | 112 | 104 |
| Binary | 11101010 | 11001011 | 1110010 | 0 | 1101 | 110011 | 1000 | 101100 | 1001010 | 1000100 |
Color Harmonies of #EACB72
Complementary color
Monochromatic Colors of #EACB72
Black with #EACB72
Text Example
Text Example
White with #EACB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB72; }
p { color: rgb(234,203,114); }
H1.HeaderClassName
{
color: #EACB72;
}
.AnyTagClassName
{
color: #EACB72;
}
</style>
background-color css
<style>
a { background-color: #EACB72; }
a { background-color: rgb(234,203,114); }
div.DivClassName
{
background-color: #EACB72;
}
.BgClassName
{
background-color: #EACB72;
}
</style>
border-color css
<style>
span { border-color: #EACB72; }
span { border-color: rgb(234,203,114); }
td.TdClassName
{
border-color: #EACB72;
}
.TagClassName
{
border-color: #EACB72;
}
</style>