Shades of Golden Sand #EACB68
Tints of Golden Sand #EACB68
RGB
CMYK
RGB Variations
Color information
#EACB68 (or 0xEACB68) is known color: Golden Sand. HEX triplet: EA, CB and 68. RGB value is (234,203,104). Sum of RGB (Red+Green+Blue) = 234+203+104=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 104 (41.02% from 255 or 19.22% from 541); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACB68 is #153497. Grayscale: #C9C9C9. Windows color (decimal): -1389720 or 6867946. OLE color: 6867946.
HSL color Cylindrical-coordinate representation of color #EACB68: hue angle of 45.69º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EACB68 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 104 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.08 |
| HSL | 45.69º | 0.76% | 0.66% | - |
| HSV(B) | 45.69º | 0.56% | 0.92% | - |
| XYZ | 57.79 | 61.2 | 21.86 | - |
| YUV | 200.98 | 73.27 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 104 | 0 | 0.13 | 0.56 | 0.08 | 45.69 | 0.76 | 0.66 |
| Hex | EA | CB | 68 | 0 | D | 38 | 8 | 2E | 4C | 42 |
| Octal | 352 | 313 | 150 | 0 | 15 | 70 | 10 | 56 | 114 | 102 |
| Binary | 11101010 | 11001011 | 1101000 | 0 | 1101 | 111000 | 1000 | 101110 | 1001100 | 1000010 |
Color Harmonies of #EACB68
Complementary color
Monochromatic Colors of #EACB68
Black with #EACB68
Text Example
Text Example
White with #EACB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB68; }
p { color: rgb(234,203,104); }
H1.HeaderClassName
{
color: #EACB68;
}
.AnyTagClassName
{
color: #EACB68;
}
</style>
background-color css
<style>
a { background-color: #EACB68; }
a { background-color: rgb(234,203,104); }
div.DivClassName
{
background-color: #EACB68;
}
.BgClassName
{
background-color: #EACB68;
}
</style>
border-color css
<style>
span { border-color: #EACB68; }
span { border-color: rgb(234,203,104); }
td.TdClassName
{
border-color: #EACB68;
}
.TagClassName
{
border-color: #EACB68;
}
</style>