Shades of Golden Sand #EAC467
Tints of Golden Sand #EAC467
RGB
CMYK
RGB Variations
Color information
#EAC467 (or 0xEAC467) is known color: Golden Sand. HEX triplet: EA, C4 and 67. RGB value is (234,196,103). Sum of RGB (Red+Green+Blue) = 234+196+103=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 196 (76.95% from 255 or 36.77% from 533); Blue value is 103 (40.62% from 255 or 19.32% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC467 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC467 is #153B98. Grayscale: #C5C5C5. Windows color (decimal): -1391513 or 6800618. OLE color: 6800618.
HSL color Cylindrical-coordinate representation of color #EAC467: hue angle of 42.6º 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 #EAC467 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 196 | 103 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.08 |
| HSL | 42.6º | 0.76% | 0.66% | - |
| HSV(B) | 42.6º | 0.56% | 0.92% | - |
| XYZ | 56.12 | 57.95 | 21.06 | - |
| YUV | 196.76 | 75.09 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 196 | 103 | 0 | 0.16 | 0.56 | 0.08 | 42.6 | 0.76 | 0.66 |
| Hex | EA | C4 | 67 | 0 | 10 | 38 | 8 | 2B | 4C | 42 |
| Octal | 352 | 304 | 147 | 0 | 20 | 70 | 10 | 53 | 114 | 102 |
| Binary | 11101010 | 11000100 | 1100111 | 0 | 10000 | 111000 | 1000 | 101011 | 1001100 | 1000010 |
Color Harmonies of #EAC467
Complementary color
Monochromatic Colors of #EAC467
Black with #EAC467
Text Example
Text Example
White with #EAC467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC467; }
p { color: rgb(234,196,103); }
H1.HeaderClassName
{
color: #EAC467;
}
.AnyTagClassName
{
color: #EAC467;
}
</style>
background-color css
<style>
a { background-color: #EAC467; }
a { background-color: rgb(234,196,103); }
div.DivClassName
{
background-color: #EAC467;
}
.BgClassName
{
background-color: #EAC467;
}
</style>
border-color css
<style>
span { border-color: #EAC467; }
span { border-color: rgb(234,196,103); }
td.TdClassName
{
border-color: #EAC467;
}
.TagClassName
{
border-color: #EAC467;
}
</style>