Shades of Lemon #EADD11
Tints of Lemon #EADD11
RGB
CMYK
RGB Variations
Color information
#EADD11 (or 0xEADD11) is known color: Lemon. HEX triplet: EA, DD and 11. RGB value is (234,221,17). Sum of RGB (Red+Green+Blue) = 234+221+17=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 17 (7.03% from 255 or 3.60% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADD11 is #1522EE. Grayscale: #CACACA. Windows color (decimal): -1385199 or 1170922. OLE color: 1170922.
HSL color Cylindrical-coordinate representation of color #EADD11: hue angle of 56.41º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EADD11 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 17 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.08 |
| HSL | 56.41º | 0.86% | 0.49% | - |
| HSV(B) | 56.41º | 0.93% | 0.92% | - |
| XYZ | 59.89 | 69.25 | 10.74 | - |
| YUV | 201.63 | 23.81 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 17 | 0 | 0.06 | 0.93 | 0.08 | 56.41 | 0.86 | 0.49 |
| Hex | EA | DD | 11 | 0 | 6 | 5D | 8 | 38 | 56 | 31 |
| Octal | 352 | 335 | 21 | 0 | 6 | 135 | 10 | 70 | 126 | 61 |
| Binary | 11101010 | 11011101 | 10001 | 0 | 110 | 1011101 | 1000 | 111000 | 1010110 | 110001 |
Color Harmonies of #EADD11
Complementary color
Monochromatic Colors of #EADD11
Black with #EADD11
Text Example
Text Example
White with #EADD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD11; }
p { color: rgb(234,221,17); }
H1.HeaderClassName
{
color: #EADD11;
}
.AnyTagClassName
{
color: #EADD11;
}
</style>
background-color css
<style>
a { background-color: #EADD11; }
a { background-color: rgb(234,221,17); }
div.DivClassName
{
background-color: #EADD11;
}
.BgClassName
{
background-color: #EADD11;
}
</style>
border-color css
<style>
span { border-color: #EADD11; }
span { border-color: rgb(234,221,17); }
td.TdClassName
{
border-color: #EADD11;
}
.TagClassName
{
border-color: #EADD11;
}
</style>