Shades of Golden Sand #EAC65F
Tints of Golden Sand #EAC65F
RGB
CMYK
RGB Variations
Color information
#EAC65F (or 0xEAC65F) is known color: Golden Sand. HEX triplet: EA, C6 and 5F. RGB value is (234,198,95). Sum of RGB (Red+Green+Blue) = 234+198+95=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 198 (77.73% from 255 or 37.57% from 527); Blue value is 95 (37.5% from 255 or 18.03% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC65F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC65F is #1539A0. Grayscale: #C5C5C5. Windows color (decimal): -1391009 or 6276842. OLE color: 6276842.
HSL color Cylindrical-coordinate representation of color #EAC65F: hue angle of 44.46º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EAC65F is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 198 | 95 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.08 |
| HSL | 44.46º | 0.77% | 0.65% | - |
| HSV(B) | 44.46º | 0.59% | 0.92% | - |
| XYZ | 56.19 | 58.71 | 19.2 | - |
| YUV | 197.02 | 70.43 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 198 | 95 | 0 | 0.15 | 0.59 | 0.08 | 44.46 | 0.77 | 0.65 |
| Hex | EA | C6 | 5F | 0 | F | 3B | 8 | 2C | 4D | 41 |
| Octal | 352 | 306 | 137 | 0 | 17 | 73 | 10 | 54 | 115 | 101 |
| Binary | 11101010 | 11000110 | 1011111 | 0 | 1111 | 111011 | 1000 | 101100 | 1001101 | 1000001 |
Color Harmonies of #EAC65F
Complementary color
Monochromatic Colors of #EAC65F
Black with #EAC65F
Text Example
Text Example
White with #EAC65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC65F; }
p { color: rgb(234,198,95); }
H1.HeaderClassName
{
color: #EAC65F;
}
.AnyTagClassName
{
color: #EAC65F;
}
</style>
background-color css
<style>
a { background-color: #EAC65F; }
a { background-color: rgb(234,198,95); }
div.DivClassName
{
background-color: #EAC65F;
}
.BgClassName
{
background-color: #EAC65F;
}
</style>
border-color css
<style>
span { border-color: #EAC65F; }
span { border-color: rgb(234,198,95); }
td.TdClassName
{
border-color: #EAC65F;
}
.TagClassName
{
border-color: #EAC65F;
}
</style>