Shades of Golden Sand #EADA67
Tints of Golden Sand #EADA67
RGB
CMYK
RGB Variations
Color information
#EADA67 (or 0xEADA67) is known color: Golden Sand. HEX triplet: EA, DA and 67. RGB value is (234,218,103). Sum of RGB (Red+Green+Blue) = 234+218+103=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 103 (40.62% from 255 or 18.56% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADA67 is #152598. Grayscale: #D2D2D2. Windows color (decimal): -1385881 or 6806250. OLE color: 6806250.
HSL color Cylindrical-coordinate representation of color #EADA67: hue angle of 52.67º 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 #EADA67 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 103 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.08 |
| HSL | 52.67º | 0.76% | 0.66% | - |
| HSV(B) | 52.67º | 0.56% | 0.92% | - |
| XYZ | 61.45 | 68.61 | 22.84 | - |
| YUV | 209.67 | 67.8 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 103 | 0 | 0.07 | 0.56 | 0.08 | 52.67 | 0.76 | 0.66 |
| Hex | EA | DA | 67 | 0 | 7 | 38 | 8 | 35 | 4C | 42 |
| Octal | 352 | 332 | 147 | 0 | 7 | 70 | 10 | 65 | 114 | 102 |
| Binary | 11101010 | 11011010 | 1100111 | 0 | 111 | 111000 | 1000 | 110101 | 1001100 | 1000010 |
Color Harmonies of #EADA67
Complementary color
Monochromatic Colors of #EADA67
Black with #EADA67
Text Example
Text Example
White with #EADA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADA67; }
p { color: rgb(234,218,103); }
H1.HeaderClassName
{
color: #EADA67;
}
.AnyTagClassName
{
color: #EADA67;
}
</style>
background-color css
<style>
a { background-color: #EADA67; }
a { background-color: rgb(234,218,103); }
div.DivClassName
{
background-color: #EADA67;
}
.BgClassName
{
background-color: #EADA67;
}
</style>
border-color css
<style>
span { border-color: #EADA67; }
span { border-color: rgb(234,218,103); }
td.TdClassName
{
border-color: #EADA67;
}
.TagClassName
{
border-color: #EADA67;
}
</style>