Shades of Medium Goldenrod #EAF0AD
Tints of Medium Goldenrod #EAF0AD
RGB
CMYK
RGB Variations
Color information
#EAF0AD (or 0xEAF0AD) is known color: Medium Goldenrod. HEX triplet: EA, F0 and AD. RGB value is (234,240,173). Sum of RGB (Red+Green+Blue) = 234+240+173=647 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.17% from 647); Green value is 240 (94.14% from 255 or 37.09% from 647); Blue value is 173 (67.97% from 255 or 26.74% from 647); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF0AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF0AD is #150F52. Grayscale: #E6E6E6. Windows color (decimal): -1380179 or 11399402. OLE color: 11399402.
HSL color Cylindrical-coordinate representation of color #EAF0AD: hue angle of 65.37º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAF0AD is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 240 | 173 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.06 |
| HSL | 65.37º | 0.69% | 0.81% | - |
| HSV(B) | 65.37º | 0.28% | 0.94% | - |
| XYZ | 72.63 | 82.83 | 51.69 | - |
| YUV | 230.57 | 95.51 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 240 | 173 | 0.02 | 0 | 0.28 | 0.06 | 65.37 | 0.69 | 0.81 |
| Hex | EA | F0 | AD | 2 | 0 | 1C | 6 | 41 | 45 | 51 |
| Octal | 352 | 360 | 255 | 2 | 0 | 34 | 6 | 101 | 105 | 121 |
| Binary | 11101010 | 11110000 | 10101101 | 10 | 0 | 11100 | 110 | 1000001 | 1000101 | 1010001 |
Color Harmonies of #EAF0AD
Complementary color
Monochromatic Colors of #EAF0AD
Black with #EAF0AD
Text Example
Text Example
White with #EAF0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF0AD; }
p { color: rgb(234,240,173); }
H1.HeaderClassName
{
color: #EAF0AD;
}
.AnyTagClassName
{
color: #EAF0AD;
}
</style>
background-color css
<style>
a { background-color: #EAF0AD; }
a { background-color: rgb(234,240,173); }
div.DivClassName
{
background-color: #EAF0AD;
}
.BgClassName
{
background-color: #EAF0AD;
}
</style>
border-color css
<style>
span { border-color: #EAF0AD; }
span { border-color: rgb(234,240,173); }
td.TdClassName
{
border-color: #EAF0AD;
}
.TagClassName
{
border-color: #EAF0AD;
}
</style>