Shades of Golden Sand #EAC367
Tints of Golden Sand #EAC367
RGB
CMYK
RGB Variations
Color information
#EAC367 (or 0xEAC367) is known color: Golden Sand. HEX triplet: EA, C3 and 67. RGB value is (234,195,103). Sum of RGB (Red+Green+Blue) = 234+195+103=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 195 (76.56% from 255 or 36.65% from 532); Blue value is 103 (40.62% from 255 or 19.36% from 532); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC367 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC367 is #153C98. Grayscale: #C4C4C4. Windows color (decimal): -1391769 or 6800362. OLE color: 6800362.
HSL color Cylindrical-coordinate representation of color #EAC367: hue angle of 42.14º 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 #EAC367 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 195 | 103 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.08 |
| HSL | 42.14º | 0.76% | 0.66% | - |
| HSV(B) | 42.14º | 0.56% | 0.92% | - |
| XYZ | 55.89 | 57.5 | 20.98 | - |
| YUV | 196.17 | 75.42 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 195 | 103 | 0 | 0.17 | 0.56 | 0.08 | 42.14 | 0.76 | 0.66 |
| Hex | EA | C3 | 67 | 0 | 11 | 38 | 8 | 2A | 4C | 42 |
| Octal | 352 | 303 | 147 | 0 | 21 | 70 | 10 | 52 | 114 | 102 |
| Binary | 11101010 | 11000011 | 1100111 | 0 | 10001 | 111000 | 1000 | 101010 | 1001100 | 1000010 |
Color Harmonies of #EAC367
Complementary color
Monochromatic Colors of #EAC367
Black with #EAC367
Text Example
Text Example
White with #EAC367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC367; }
p { color: rgb(234,195,103); }
H1.HeaderClassName
{
color: #EAC367;
}
.AnyTagClassName
{
color: #EAC367;
}
</style>
background-color css
<style>
a { background-color: #EAC367; }
a { background-color: rgb(234,195,103); }
div.DivClassName
{
background-color: #EAC367;
}
.BgClassName
{
background-color: #EAC367;
}
</style>
border-color css
<style>
span { border-color: #EAC367; }
span { border-color: rgb(234,195,103); }
td.TdClassName
{
border-color: #EAC367;
}
.TagClassName
{
border-color: #EAC367;
}
</style>