Shades of Golden Sand #EACA74
Tints of Golden Sand #EACA74
RGB
CMYK
RGB Variations
Color information
#EACA74 (or 0xEACA74) is known color: Golden Sand. HEX triplet: EA, CA and 74. RGB value is (234,202,116). Sum of RGB (Red+Green+Blue) = 234+202+116=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 116 (45.70% from 255 or 21.01% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACA74 is #15358B. Grayscale: #CACACA. Windows color (decimal): -1389964 or 7654122. OLE color: 7654122.
HSL color Cylindrical-coordinate representation of color #EACA74: hue angle of 43.73º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EACA74 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 116 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.08 |
| HSL | 43.73º | 0.74% | 0.69% | - |
| HSV(B) | 43.73º | 0.5% | 0.92% | - |
| XYZ | 58.2 | 60.99 | 25.23 | - |
| YUV | 201.76 | 79.6 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 116 | 0 | 0.14 | 0.50 | 0.08 | 43.73 | 0.74 | 0.69 |
| Hex | EA | CA | 74 | 0 | E | 32 | 8 | 2C | 4A | 45 |
| Octal | 352 | 312 | 164 | 0 | 16 | 62 | 10 | 54 | 112 | 105 |
| Binary | 11101010 | 11001010 | 1110100 | 0 | 1110 | 110010 | 1000 | 101100 | 1001010 | 1000101 |
Color Harmonies of #EACA74
Complementary color
Monochromatic Colors of #EACA74
Black with #EACA74
Text Example
Text Example
White with #EACA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA74; }
p { color: rgb(234,202,116); }
H1.HeaderClassName
{
color: #EACA74;
}
.AnyTagClassName
{
color: #EACA74;
}
</style>
background-color css
<style>
a { background-color: #EACA74; }
a { background-color: rgb(234,202,116); }
div.DivClassName
{
background-color: #EACA74;
}
.BgClassName
{
background-color: #EACA74;
}
</style>
border-color css
<style>
span { border-color: #EACA74; }
span { border-color: rgb(234,202,116); }
td.TdClassName
{
border-color: #EACA74;
}
.TagClassName
{
border-color: #EACA74;
}
</style>