Shades of Golden Sand #EAD667
Tints of Golden Sand #EAD667
RGB
CMYK
RGB Variations
Color information
#EAD667 (or 0xEAD667) is known color: Golden Sand. HEX triplet: EA, D6 and 67. RGB value is (234,214,103). Sum of RGB (Red+Green+Blue) = 234+214+103=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 214 (83.98% from 255 or 38.84% from 551); Blue value is 103 (40.62% from 255 or 18.69% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD667 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD667 is #152998. Grayscale: #CFCFCF. Windows color (decimal): -1386905 or 6805226. OLE color: 6805226.
HSL color Cylindrical-coordinate representation of color #EAD667: hue angle of 50.84º 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 #EAD667 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 214 | 103 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.08 |
| HSL | 50.84º | 0.76% | 0.66% | - |
| HSV(B) | 50.84º | 0.56% | 0.92% | - |
| XYZ | 60.43 | 66.56 | 22.5 | - |
| YUV | 207.33 | 69.13 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 214 | 103 | 0 | 0.09 | 0.56 | 0.08 | 50.84 | 0.76 | 0.66 |
| Hex | EA | D6 | 67 | 0 | 9 | 38 | 8 | 33 | 4C | 42 |
| Octal | 352 | 326 | 147 | 0 | 11 | 70 | 10 | 63 | 114 | 102 |
| Binary | 11101010 | 11010110 | 1100111 | 0 | 1001 | 111000 | 1000 | 110011 | 1001100 | 1000010 |
Color Harmonies of #EAD667
Complementary color
Monochromatic Colors of #EAD667
Black with #EAD667
Text Example
Text Example
White with #EAD667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD667; }
p { color: rgb(234,214,103); }
H1.HeaderClassName
{
color: #EAD667;
}
.AnyTagClassName
{
color: #EAD667;
}
</style>
background-color css
<style>
a { background-color: #EAD667; }
a { background-color: rgb(234,214,103); }
div.DivClassName
{
background-color: #EAD667;
}
.BgClassName
{
background-color: #EAD667;
}
</style>
border-color css
<style>
span { border-color: #EAD667; }
span { border-color: rgb(234,214,103); }
td.TdClassName
{
border-color: #EAD667;
}
.TagClassName
{
border-color: #EAD667;
}
</style>