Shades of Golden Sand #EACB6B
Tints of Golden Sand #EACB6B
RGB
CMYK
RGB Variations
Color information
#EACB6B (or 0xEACB6B) is known color: Golden Sand. HEX triplet: EA, CB and 6B. RGB value is (234,203,107). Sum of RGB (Red+Green+Blue) = 234+203+107=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 107 (42.19% from 255 or 19.67% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACB6B is #153494. Grayscale: #C9C9C9. Windows color (decimal): -1389717 or 7064554. OLE color: 7064554.
HSL color Cylindrical-coordinate representation of color #EACB6B: hue angle of 45.35º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EACB6B is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 107 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.08 |
| HSL | 45.35º | 0.75% | 0.67% | - |
| HSV(B) | 45.35º | 0.54% | 0.92% | - |
| XYZ | 57.94 | 61.27 | 22.68 | - |
| YUV | 201.33 | 74.77 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 107 | 0 | 0.13 | 0.54 | 0.08 | 45.35 | 0.75 | 0.67 |
| Hex | EA | CB | 6B | 0 | D | 36 | 8 | 2D | 4B | 43 |
| Octal | 352 | 313 | 153 | 0 | 15 | 66 | 10 | 55 | 113 | 103 |
| Binary | 11101010 | 11001011 | 1101011 | 0 | 1101 | 110110 | 1000 | 101101 | 1001011 | 1000011 |
Color Harmonies of #EACB6B
Complementary color
Monochromatic Colors of #EACB6B
Black with #EACB6B
Text Example
Text Example
White with #EACB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB6B; }
p { color: rgb(234,203,107); }
H1.HeaderClassName
{
color: #EACB6B;
}
.AnyTagClassName
{
color: #EACB6B;
}
</style>
background-color css
<style>
a { background-color: #EACB6B; }
a { background-color: rgb(234,203,107); }
div.DivClassName
{
background-color: #EACB6B;
}
.BgClassName
{
background-color: #EACB6B;
}
</style>
border-color css
<style>
span { border-color: #EACB6B; }
span { border-color: rgb(234,203,107); }
td.TdClassName
{
border-color: #EACB6B;
}
.TagClassName
{
border-color: #EACB6B;
}
</style>