Shades of Golden Sand #EACC5D
Tints of Golden Sand #EACC5D
RGB
CMYK
RGB Variations
Color information
#EACC5D (or 0xEACC5D) is known color: Golden Sand. HEX triplet: EA, CC and 5D. RGB value is (234,204,93). Sum of RGB (Red+Green+Blue) = 234+204+93=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 93 (36.72% from 255 or 17.51% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACC5D is #1533A2. Grayscale: #C8C8C8. Windows color (decimal): -1389475 or 6147306. OLE color: 6147306.
HSL color Cylindrical-coordinate representation of color #EACC5D: hue angle of 47.23º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EACC5D is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 93 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.08 |
| HSL | 47.23º | 0.77% | 0.64% | - |
| HSV(B) | 47.23º | 0.6% | 0.92% | - |
| XYZ | 57.5 | 61.47 | 19.19 | - |
| YUV | 200.32 | 67.44 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 93 | 0 | 0.13 | 0.60 | 0.08 | 47.23 | 0.77 | 0.64 |
| Hex | EA | CC | 5D | 0 | D | 3C | 8 | 2F | 4D | 40 |
| Octal | 352 | 314 | 135 | 0 | 15 | 74 | 10 | 57 | 115 | 100 |
| Binary | 11101010 | 11001100 | 1011101 | 0 | 1101 | 111100 | 1000 | 101111 | 1001101 | 1000000 |
Color Harmonies of #EACC5D
Complementary color
Monochromatic Colors of #EACC5D
Black with #EACC5D
Text Example
Text Example
White with #EACC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACC5D; }
p { color: rgb(234,204,93); }
H1.HeaderClassName
{
color: #EACC5D;
}
.AnyTagClassName
{
color: #EACC5D;
}
</style>
background-color css
<style>
a { background-color: #EACC5D; }
a { background-color: rgb(234,204,93); }
div.DivClassName
{
background-color: #EACC5D;
}
.BgClassName
{
background-color: #EACC5D;
}
</style>
border-color css
<style>
span { border-color: #EACC5D; }
span { border-color: rgb(234,204,93); }
td.TdClassName
{
border-color: #EACC5D;
}
.TagClassName
{
border-color: #EACC5D;
}
</style>