Shades of Golden Sand #EACB6D
Tints of Golden Sand #EACB6D
RGB
CMYK
RGB Variations
Color information
#EACB6D (or 0xEACB6D) is known color: Golden Sand. HEX triplet: EA, CB and 6D. RGB value is (234,203,109). Sum of RGB (Red+Green+Blue) = 234+203+109=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 109 (42.97% from 255 or 19.96% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACB6D is #153492. Grayscale: #C9C9C9. Windows color (decimal): -1389715 or 7195626. OLE color: 7195626.
HSL color Cylindrical-coordinate representation of color #EACB6D: hue angle of 45.12º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EACB6D is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 109 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.08 |
| HSL | 45.12º | 0.75% | 0.67% | - |
| HSV(B) | 45.12º | 0.53% | 0.92% | - |
| XYZ | 58.05 | 61.31 | 23.24 | - |
| YUV | 201.55 | 75.77 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 109 | 0 | 0.13 | 0.53 | 0.08 | 45.12 | 0.75 | 0.67 |
| Hex | EA | CB | 6D | 0 | D | 35 | 8 | 2D | 4B | 43 |
| Octal | 352 | 313 | 155 | 0 | 15 | 65 | 10 | 55 | 113 | 103 |
| Binary | 11101010 | 11001011 | 1101101 | 0 | 1101 | 110101 | 1000 | 101101 | 1001011 | 1000011 |
Color Harmonies of #EACB6D
Complementary color
Monochromatic Colors of #EACB6D
Black with #EACB6D
Text Example
Text Example
White with #EACB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB6D; }
p { color: rgb(234,203,109); }
H1.HeaderClassName
{
color: #EACB6D;
}
.AnyTagClassName
{
color: #EACB6D;
}
</style>
background-color css
<style>
a { background-color: #EACB6D; }
a { background-color: rgb(234,203,109); }
div.DivClassName
{
background-color: #EACB6D;
}
.BgClassName
{
background-color: #EACB6D;
}
</style>
border-color css
<style>
span { border-color: #EACB6D; }
span { border-color: rgb(234,203,109); }
td.TdClassName
{
border-color: #EACB6D;
}
.TagClassName
{
border-color: #EACB6D;
}
</style>