Shades of Lemon #EADB0F
Tints of Lemon #EADB0F
RGB
CMYK
RGB Variations
Color information
#EADB0F (or 0xEADB0F) is known color: Lemon. HEX triplet: EA, DB and 0F. RGB value is (234,219,15). Sum of RGB (Red+Green+Blue) = 234+219+15=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 15 (6.25% from 255 or 3.21% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADB0F is #1524F0. Grayscale: #C9C9C9. Windows color (decimal): -1385713 or 1039338. OLE color: 1039338.
HSL color Cylindrical-coordinate representation of color #EADB0F: hue angle of 55.89º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EADB0F is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 15 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.08 |
| HSL | 55.89º | 0.88% | 0.49% | - |
| HSV(B) | 55.89º | 0.94% | 0.92% | - |
| XYZ | 59.35 | 68.19 | 10.49 | - |
| YUV | 200.23 | 23.47 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 15 | 0 | 0.06 | 0.94 | 0.08 | 55.89 | 0.88 | 0.49 |
| Hex | EA | DB | F | 0 | 6 | 5E | 8 | 38 | 58 | 31 |
| Octal | 352 | 333 | 17 | 0 | 6 | 136 | 10 | 70 | 130 | 61 |
| Binary | 11101010 | 11011011 | 1111 | 0 | 110 | 1011110 | 1000 | 111000 | 1011000 | 110001 |
Color Harmonies of #EADB0F
Complementary color
Monochromatic Colors of #EADB0F
Black with #EADB0F
Text Example
Text Example
White with #EADB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADB0F; }
p { color: rgb(234,219,15); }
H1.HeaderClassName
{
color: #EADB0F;
}
.AnyTagClassName
{
color: #EADB0F;
}
</style>
background-color css
<style>
a { background-color: #EADB0F; }
a { background-color: rgb(234,219,15); }
div.DivClassName
{
background-color: #EADB0F;
}
.BgClassName
{
background-color: #EADB0F;
}
</style>
border-color css
<style>
span { border-color: #EADB0F; }
span { border-color: rgb(234,219,15); }
td.TdClassName
{
border-color: #EADB0F;
}
.TagClassName
{
border-color: #EADB0F;
}
</style>