Shades of Golden Sand #EAD466
Tints of Golden Sand #EAD466
RGB
CMYK
RGB Variations
Color information
#EAD466 (or 0xEAD466) is known color: Golden Sand. HEX triplet: EA, D4 and 66. RGB value is (234,212,102). Sum of RGB (Red+Green+Blue) = 234+212+102=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 212 (83.20% from 255 or 38.69% from 548); Blue value is 102 (40.23% from 255 or 18.61% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD466 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD466 is #152B99. Grayscale: #CECECE. Windows color (decimal): -1387418 or 6739178. OLE color: 6739178.
HSL color Cylindrical-coordinate representation of color #EAD466: hue angle of 50º 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 #EAD466 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 212 | 102 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.08 |
| HSL | 50º | 0.76% | 0.66% | - |
| HSV(B) | 50º | 0.56% | 0.92% | - |
| XYZ | 59.87 | 65.54 | 22.06 | - |
| YUV | 206.04 | 69.29 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 212 | 102 | 0 | 0.09 | 0.56 | 0.08 | 50 | 0.76 | 0.66 |
| Hex | EA | D4 | 66 | 0 | 9 | 38 | 8 | 32 | 4C | 42 |
| Octal | 352 | 324 | 146 | 0 | 11 | 70 | 10 | 62 | 114 | 102 |
| Binary | 11101010 | 11010100 | 1100110 | 0 | 1001 | 111000 | 1000 | 110010 | 1001100 | 1000010 |
Color Harmonies of #EAD466
Complementary color
Monochromatic Colors of #EAD466
Black with #EAD466
Text Example
Text Example
White with #EAD466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD466; }
p { color: rgb(234,212,102); }
H1.HeaderClassName
{
color: #EAD466;
}
.AnyTagClassName
{
color: #EAD466;
}
</style>
background-color css
<style>
a { background-color: #EAD466; }
a { background-color: rgb(234,212,102); }
div.DivClassName
{
background-color: #EAD466;
}
.BgClassName
{
background-color: #EAD466;
}
</style>
border-color css
<style>
span { border-color: #EAD466; }
span { border-color: rgb(234,212,102); }
td.TdClassName
{
border-color: #EAD466;
}
.TagClassName
{
border-color: #EAD466;
}
</style>