Shades of Medium Goldenrod #EAF0AF
Tints of Medium Goldenrod #EAF0AF
RGB
CMYK
RGB Variations
Color information
#EAF0AF (or 0xEAF0AF) is known color: Medium Goldenrod. HEX triplet: EA, F0 and AF. RGB value is (234,240,175). Sum of RGB (Red+Green+Blue) = 234+240+175=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 240 (94.14% from 255 or 36.98% from 649); Blue value is 175 (68.75% from 255 or 26.96% from 649); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF0AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF0AF is #150F50. Grayscale: #E7E7E7. Windows color (decimal): -1380177 or 11530474. OLE color: 11530474.
HSL color Cylindrical-coordinate representation of color #EAF0AF: hue angle of 65.54º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAF0AF is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 240 | 175 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.06 |
| HSL | 65.54º | 0.68% | 0.81% | - |
| HSV(B) | 65.54º | 0.27% | 0.94% | - |
| XYZ | 72.83 | 82.91 | 52.72 | - |
| YUV | 230.8 | 96.51 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 240 | 175 | 0.02 | 0 | 0.27 | 0.06 | 65.54 | 0.68 | 0.81 |
| Hex | EA | F0 | AF | 2 | 0 | 1B | 6 | 42 | 44 | 51 |
| Octal | 352 | 360 | 257 | 2 | 0 | 33 | 6 | 102 | 104 | 121 |
| Binary | 11101010 | 11110000 | 10101111 | 10 | 0 | 11011 | 110 | 1000010 | 1000100 | 1010001 |
Color Harmonies of #EAF0AF
Complementary color
Monochromatic Colors of #EAF0AF
Black with #EAF0AF
Text Example
Text Example
White with #EAF0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF0AF; }
p { color: rgb(234,240,175); }
H1.HeaderClassName
{
color: #EAF0AF;
}
.AnyTagClassName
{
color: #EAF0AF;
}
</style>
background-color css
<style>
a { background-color: #EAF0AF; }
a { background-color: rgb(234,240,175); }
div.DivClassName
{
background-color: #EAF0AF;
}
.BgClassName
{
background-color: #EAF0AF;
}
</style>
border-color css
<style>
span { border-color: #EAF0AF; }
span { border-color: rgb(234,240,175); }
td.TdClassName
{
border-color: #EAF0AF;
}
.TagClassName
{
border-color: #EAF0AF;
}
</style>