Shades of Golden Sand #EACE67
Tints of Golden Sand #EACE67
RGB
CMYK
RGB Variations
Color information
#EACE67 (or 0xEACE67) is known color: Golden Sand. HEX triplet: EA, CE and 67. RGB value is (234,206,103). Sum of RGB (Red+Green+Blue) = 234+206+103=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 206 (80.86% from 255 or 37.94% from 543); Blue value is 103 (40.62% from 255 or 18.97% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACE67 is #153198. Grayscale: #CBCBCB. Windows color (decimal): -1388953 or 6803178. OLE color: 6803178.
HSL color Cylindrical-coordinate representation of color #EACE67: hue angle of 47.18º 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 #EACE67 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 103 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.08 |
| HSL | 47.18º | 0.76% | 0.66% | - |
| HSV(B) | 47.18º | 0.56% | 0.92% | - |
| XYZ | 58.45 | 62.61 | 21.84 | - |
| YUV | 202.63 | 71.78 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 103 | 0 | 0.12 | 0.56 | 0.08 | 47.18 | 0.76 | 0.66 |
| Hex | EA | CE | 67 | 0 | C | 38 | 8 | 2F | 4C | 42 |
| Octal | 352 | 316 | 147 | 0 | 14 | 70 | 10 | 57 | 114 | 102 |
| Binary | 11101010 | 11001110 | 1100111 | 0 | 1100 | 111000 | 1000 | 101111 | 1001100 | 1000010 |
Color Harmonies of #EACE67
Complementary color
Monochromatic Colors of #EACE67
Black with #EACE67
Text Example
Text Example
White with #EACE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACE67; }
p { color: rgb(234,206,103); }
H1.HeaderClassName
{
color: #EACE67;
}
.AnyTagClassName
{
color: #EACE67;
}
</style>
background-color css
<style>
a { background-color: #EACE67; }
a { background-color: rgb(234,206,103); }
div.DivClassName
{
background-color: #EACE67;
}
.BgClassName
{
background-color: #EACE67;
}
</style>
border-color css
<style>
span { border-color: #EACE67; }
span { border-color: rgb(234,206,103); }
td.TdClassName
{
border-color: #EACE67;
}
.TagClassName
{
border-color: #EACE67;
}
</style>