Shades of Golden Sand #EAD46C
Tints of Golden Sand #EAD46C
RGB
CMYK
RGB Variations
Color information
#EAD46C (or 0xEAD46C) is known color: Golden Sand. HEX triplet: EA, D4 and 6C. RGB value is (234,212,108). Sum of RGB (Red+Green+Blue) = 234+212+108=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 212 (83.20% from 255 or 38.27% from 554); Blue value is 108 (42.58% from 255 or 19.49% from 554); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD46C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD46C is #152B93. Grayscale: #CFCFCF. Windows color (decimal): -1387412 or 7132394. OLE color: 7132394.
HSL color Cylindrical-coordinate representation of color #EAD46C: hue angle of 49.52º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EAD46C is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 212 | 108 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.08 |
| HSL | 49.52º | 0.75% | 0.67% | - |
| HSV(B) | 49.52º | 0.54% | 0.92% | - |
| XYZ | 60.18 | 65.66 | 23.69 | - |
| YUV | 206.72 | 72.29 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 212 | 108 | 0 | 0.09 | 0.54 | 0.08 | 49.52 | 0.75 | 0.67 |
| Hex | EA | D4 | 6C | 0 | 9 | 36 | 8 | 32 | 4B | 43 |
| Octal | 352 | 324 | 154 | 0 | 11 | 66 | 10 | 62 | 113 | 103 |
| Binary | 11101010 | 11010100 | 1101100 | 0 | 1001 | 110110 | 1000 | 110010 | 1001011 | 1000011 |
Color Harmonies of #EAD46C
Complementary color
Monochromatic Colors of #EAD46C
Black with #EAD46C
Text Example
Text Example
White with #EAD46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD46C; }
p { color: rgb(234,212,108); }
H1.HeaderClassName
{
color: #EAD46C;
}
.AnyTagClassName
{
color: #EAD46C;
}
</style>
background-color css
<style>
a { background-color: #EAD46C; }
a { background-color: rgb(234,212,108); }
div.DivClassName
{
background-color: #EAD46C;
}
.BgClassName
{
background-color: #EAD46C;
}
</style>
border-color css
<style>
span { border-color: #EAD46C; }
span { border-color: rgb(234,212,108); }
td.TdClassName
{
border-color: #EAD46C;
}
.TagClassName
{
border-color: #EAD46C;
}
</style>