Shades of Lemon #EADE0B
Tints of Lemon #EADE0B
RGB
CMYK
RGB Variations
Color information
#EADE0B (or 0xEADE0B) is known color: Lemon. HEX triplet: EA, DE and 0B. RGB value is (234,222,11). Sum of RGB (Red+Green+Blue) = 234+222+11=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 222 (87.11% from 255 or 47.54% from 467); Blue value is 11 (4.69% from 255 or 2.36% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADE0B is #1521F4. Grayscale: #CACACA. Windows color (decimal): -1384949 or 777962. OLE color: 777962.
HSL color Cylindrical-coordinate representation of color #EADE0B: hue angle of 56.77º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EADE0B is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 222 | 11 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.08 |
| HSL | 56.77º | 0.91% | 0.48% | - |
| HSV(B) | 56.77º | 0.95% | 0.92% | - |
| XYZ | 60.11 | 69.76 | 10.61 | - |
| YUV | 201.53 | 20.48 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 11 | 0 | 0.05 | 0.95 | 0.08 | 56.77 | 0.91 | 0.48 |
| Hex | EA | DE | B | 0 | 5 | 5F | 8 | 39 | 5B | 30 |
| Octal | 352 | 336 | 13 | 0 | 5 | 137 | 10 | 71 | 133 | 60 |
| Binary | 11101010 | 11011110 | 1011 | 0 | 101 | 1011111 | 1000 | 111001 | 1011011 | 110000 |
Color Harmonies of #EADE0B
Complementary color
Monochromatic Colors of #EADE0B
Black with #EADE0B
Text Example
Text Example
White with #EADE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADE0B; }
p { color: rgb(234,222,11); }
H1.HeaderClassName
{
color: #EADE0B;
}
.AnyTagClassName
{
color: #EADE0B;
}
</style>
background-color css
<style>
a { background-color: #EADE0B; }
a { background-color: rgb(234,222,11); }
div.DivClassName
{
background-color: #EADE0B;
}
.BgClassName
{
background-color: #EADE0B;
}
</style>
border-color css
<style>
span { border-color: #EADE0B; }
span { border-color: rgb(234,222,11); }
td.TdClassName
{
border-color: #EADE0B;
}
.TagClassName
{
border-color: #EADE0B;
}
</style>