Shades of Golden Sand #EACA67
Tints of Golden Sand #EACA67
RGB
CMYK
RGB Variations
Color information
#EACA67 (or 0xEACA67) is known color: Golden Sand. HEX triplet: EA, CA and 67. RGB value is (234,202,103). Sum of RGB (Red+Green+Blue) = 234+202+103=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 103 (40.62% from 255 or 19.11% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACA67 is #153598. Grayscale: #C8C8C8. Windows color (decimal): -1389977 or 6802154. OLE color: 6802154.
HSL color Cylindrical-coordinate representation of color #EACA67: hue angle of 45.34º 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 #EACA67 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 103 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.08 |
| HSL | 45.34º | 0.76% | 0.66% | - |
| HSV(B) | 45.34º | 0.56% | 0.92% | - |
| XYZ | 57.5 | 60.71 | 21.52 | - |
| YUV | 200.28 | 73.1 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 103 | 0 | 0.14 | 0.56 | 0.08 | 45.34 | 0.76 | 0.66 |
| Hex | EA | CA | 67 | 0 | E | 38 | 8 | 2D | 4C | 42 |
| Octal | 352 | 312 | 147 | 0 | 16 | 70 | 10 | 55 | 114 | 102 |
| Binary | 11101010 | 11001010 | 1100111 | 0 | 1110 | 111000 | 1000 | 101101 | 1001100 | 1000010 |
Color Harmonies of #EACA67
Complementary color
Monochromatic Colors of #EACA67
Black with #EACA67
Text Example
Text Example
White with #EACA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA67; }
p { color: rgb(234,202,103); }
H1.HeaderClassName
{
color: #EACA67;
}
.AnyTagClassName
{
color: #EACA67;
}
</style>
background-color css
<style>
a { background-color: #EACA67; }
a { background-color: rgb(234,202,103); }
div.DivClassName
{
background-color: #EACA67;
}
.BgClassName
{
background-color: #EACA67;
}
</style>
border-color css
<style>
span { border-color: #EACA67; }
span { border-color: rgb(234,202,103); }
td.TdClassName
{
border-color: #EACA67;
}
.TagClassName
{
border-color: #EACA67;
}
</style>