Shades of Golden Sand #EACF67
Tints of Golden Sand #EACF67
RGB
CMYK
RGB Variations
Color information
#EACF67 (or 0xEACF67) is known color: Golden Sand. HEX triplet: EA, CF and 67. RGB value is (234,207,103). Sum of RGB (Red+Green+Blue) = 234+207+103=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 103 (40.62% from 255 or 18.93% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACF67 is #153098. Grayscale: #CBCBCB. Windows color (decimal): -1388697 or 6803434. OLE color: 6803434.
HSL color Cylindrical-coordinate representation of color #EACF67: hue angle of 47.63º 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 #EACF67 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 103 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.08 |
| HSL | 47.63º | 0.76% | 0.66% | - |
| HSV(B) | 47.63º | 0.56% | 0.92% | - |
| XYZ | 58.69 | 63.1 | 21.92 | - |
| YUV | 203.22 | 71.45 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 103 | 0 | 0.12 | 0.56 | 0.08 | 47.63 | 0.76 | 0.66 |
| Hex | EA | CF | 67 | 0 | C | 38 | 8 | 30 | 4C | 42 |
| Octal | 352 | 317 | 147 | 0 | 14 | 70 | 10 | 60 | 114 | 102 |
| Binary | 11101010 | 11001111 | 1100111 | 0 | 1100 | 111000 | 1000 | 110000 | 1001100 | 1000010 |
Color Harmonies of #EACF67
Complementary color
Monochromatic Colors of #EACF67
Black with #EACF67
Text Example
Text Example
White with #EACF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF67; }
p { color: rgb(234,207,103); }
H1.HeaderClassName
{
color: #EACF67;
}
.AnyTagClassName
{
color: #EACF67;
}
</style>
background-color css
<style>
a { background-color: #EACF67; }
a { background-color: rgb(234,207,103); }
div.DivClassName
{
background-color: #EACF67;
}
.BgClassName
{
background-color: #EACF67;
}
</style>
border-color css
<style>
span { border-color: #EACF67; }
span { border-color: rgb(234,207,103); }
td.TdClassName
{
border-color: #EACF67;
}
.TagClassName
{
border-color: #EACF67;
}
</style>