Shades of Lemon #EADC13
Tints of Lemon #EADC13
RGB
CMYK
RGB Variations
Color information
#EADC13 (or 0xEADC13) is known color: Lemon. HEX triplet: EA, DC and 13. RGB value is (234,220,19). Sum of RGB (Red+Green+Blue) = 234+220+19=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 19 (7.81% from 255 or 4.02% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADC13 is #1523EC. Grayscale: #CACACA. Windows color (decimal): -1385453 or 1301738. OLE color: 1301738.
HSL color Cylindrical-coordinate representation of color #EADC13: hue angle of 56.09º 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 #EADC13 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 19 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.08 |
| HSL | 56.09º | 0.85% | 0.5% | - |
| HSV(B) | 56.09º | 0.92% | 0.92% | - |
| XYZ | 59.64 | 68.73 | 10.74 | - |
| YUV | 201.27 | 25.14 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 19 | 0 | 0.06 | 0.92 | 0.08 | 56.09 | 0.85 | 0.5 |
| Hex | EA | DC | 13 | 0 | 6 | 5C | 8 | 38 | 55 | 32 |
| Octal | 352 | 334 | 23 | 0 | 6 | 134 | 10 | 70 | 125 | 62 |
| Binary | 11101010 | 11011100 | 10011 | 0 | 110 | 1011100 | 1000 | 111000 | 1010101 | 110010 |
Color Harmonies of #EADC13
Complementary color
Monochromatic Colors of #EADC13
Black with #EADC13
Text Example
Text Example
White with #EADC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC13; }
p { color: rgb(234,220,19); }
H1.HeaderClassName
{
color: #EADC13;
}
.AnyTagClassName
{
color: #EADC13;
}
</style>
background-color css
<style>
a { background-color: #EADC13; }
a { background-color: rgb(234,220,19); }
div.DivClassName
{
background-color: #EADC13;
}
.BgClassName
{
background-color: #EADC13;
}
</style>
border-color css
<style>
span { border-color: #EADC13; }
span { border-color: rgb(234,220,19); }
td.TdClassName
{
border-color: #EADC13;
}
.TagClassName
{
border-color: #EADC13;
}
</style>