Shades of Lemon #EADD13
Tints of Lemon #EADD13
RGB
CMYK
RGB Variations
Color information
#EADD13 (or 0xEADD13) is known color: Lemon. HEX triplet: EA, DD and 13. RGB value is (234,221,19). Sum of RGB (Red+Green+Blue) = 234+221+19=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 19 (7.81% from 255 or 4.01% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADD13 is #1522EC. Grayscale: #CACACA. Windows color (decimal): -1385197 or 1301994. OLE color: 1301994.
HSL color Cylindrical-coordinate representation of color #EADD13: hue angle of 56.37º 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 #EADD13 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 19 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.08 |
| HSL | 56.37º | 0.85% | 0.5% | - |
| HSV(B) | 56.37º | 0.92% | 0.92% | - |
| XYZ | 59.91 | 69.25 | 10.83 | - |
| YUV | 201.86 | 24.81 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 19 | 0 | 0.06 | 0.92 | 0.08 | 56.37 | 0.85 | 0.5 |
| Hex | EA | DD | 13 | 0 | 6 | 5C | 8 | 38 | 55 | 32 |
| Octal | 352 | 335 | 23 | 0 | 6 | 134 | 10 | 70 | 125 | 62 |
| Binary | 11101010 | 11011101 | 10011 | 0 | 110 | 1011100 | 1000 | 111000 | 1010101 | 110010 |
Color Harmonies of #EADD13
Complementary color
Monochromatic Colors of #EADD13
Black with #EADD13
Text Example
Text Example
White with #EADD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD13; }
p { color: rgb(234,221,19); }
H1.HeaderClassName
{
color: #EADD13;
}
.AnyTagClassName
{
color: #EADD13;
}
</style>
background-color css
<style>
a { background-color: #EADD13; }
a { background-color: rgb(234,221,19); }
div.DivClassName
{
background-color: #EADD13;
}
.BgClassName
{
background-color: #EADD13;
}
</style>
border-color css
<style>
span { border-color: #EADD13; }
span { border-color: rgb(234,221,19); }
td.TdClassName
{
border-color: #EADD13;
}
.TagClassName
{
border-color: #EADD13;
}
</style>