Shades of Lemon #EADB13
Tints of Lemon #EADB13
RGB
CMYK
RGB Variations
Color information
#EADB13 (or 0xEADB13) is known color: Lemon. HEX triplet: EA, DB and 13. RGB value is (234,219,19). Sum of RGB (Red+Green+Blue) = 234+219+19=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 19 (7.81% from 255 or 4.03% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADB13 is #1524EC. Grayscale: #C9C9C9. Windows color (decimal): -1385709 or 1301482. OLE color: 1301482.
HSL color Cylindrical-coordinate representation of color #EADB13: hue angle of 55.81º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EADB13 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 19 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.08 |
| HSL | 55.81º | 0.85% | 0.5% | - |
| HSV(B) | 55.81º | 0.92% | 0.92% | - |
| XYZ | 59.38 | 68.2 | 10.65 | - |
| YUV | 200.69 | 25.47 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 19 | 0 | 0.06 | 0.92 | 0.08 | 55.81 | 0.85 | 0.5 |
| Hex | EA | DB | 13 | 0 | 6 | 5C | 8 | 38 | 55 | 32 |
| Octal | 352 | 333 | 23 | 0 | 6 | 134 | 10 | 70 | 125 | 62 |
| Binary | 11101010 | 11011011 | 10011 | 0 | 110 | 1011100 | 1000 | 111000 | 1010101 | 110010 |
Color Harmonies of #EADB13
Complementary color
Monochromatic Colors of #EADB13
Black with #EADB13
Text Example
Text Example
White with #EADB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADB13; }
p { color: rgb(234,219,19); }
H1.HeaderClassName
{
color: #EADB13;
}
.AnyTagClassName
{
color: #EADB13;
}
</style>
background-color css
<style>
a { background-color: #EADB13; }
a { background-color: rgb(234,219,19); }
div.DivClassName
{
background-color: #EADB13;
}
.BgClassName
{
background-color: #EADB13;
}
</style>
border-color css
<style>
span { border-color: #EADB13; }
span { border-color: rgb(234,219,19); }
td.TdClassName
{
border-color: #EADB13;
}
.TagClassName
{
border-color: #EADB13;
}
</style>