Shades of Medium Goldenrod #EBF0AD
Tints of Medium Goldenrod #EBF0AD
RGB
CMYK
RGB Variations
Color information
#EBF0AD (or 0xEBF0AD) is known color: Medium Goldenrod. HEX triplet: EB, F0 and AD. RGB value is (235,240,173). Sum of RGB (Red+Green+Blue) = 235+240+173=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 240 (94.14% from 255 or 37.04% from 648); Blue value is 173 (67.97% from 255 or 26.70% from 648); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF0AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF0AD is #140F52. Grayscale: #E7E7E7. Windows color (decimal): -1314643 or 11399403. OLE color: 11399403.
HSL color Cylindrical-coordinate representation of color #EBF0AD: hue angle of 64.48º 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 #EBF0AD is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 240 | 173 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.06 |
| HSL | 64.48º | 0.69% | 0.81% | - |
| HSV(B) | 64.48º | 0.28% | 0.94% | - |
| XYZ | 72.96 | 83 | 51.71 | - |
| YUV | 230.87 | 95.34 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 240 | 173 | 0.02 | 0 | 0.28 | 0.06 | 64.48 | 0.69 | 0.81 |
| Hex | EB | F0 | AD | 2 | 0 | 1C | 6 | 40 | 45 | 51 |
| Octal | 353 | 360 | 255 | 2 | 0 | 34 | 6 | 100 | 105 | 121 |
| Binary | 11101011 | 11110000 | 10101101 | 10 | 0 | 11100 | 110 | 1000000 | 1000101 | 1010001 |
Color Harmonies of #EBF0AD
Complementary color
Monochromatic Colors of #EBF0AD
Black with #EBF0AD
Text Example
Text Example
White with #EBF0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF0AD; }
p { color: rgb(235,240,173); }
H1.HeaderClassName
{
color: #EBF0AD;
}
.AnyTagClassName
{
color: #EBF0AD;
}
</style>
background-color css
<style>
a { background-color: #EBF0AD; }
a { background-color: rgb(235,240,173); }
div.DivClassName
{
background-color: #EBF0AD;
}
.BgClassName
{
background-color: #EBF0AD;
}
</style>
border-color css
<style>
span { border-color: #EBF0AD; }
span { border-color: rgb(235,240,173); }
td.TdClassName
{
border-color: #EBF0AD;
}
.TagClassName
{
border-color: #EBF0AD;
}
</style>