Shades of Lemon #EAE90B
Tints of Lemon #EAE90B
RGB
CMYK
RGB Variations
Color information
#EAE90B (or 0xEAE90B) is known color: Lemon. HEX triplet: EA, E9 and 0B. RGB value is (234,233,11). Sum of RGB (Red+Green+Blue) = 234+233+11=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 233 (91.41% from 255 or 48.74% from 478); Blue value is 11 (4.69% from 255 or 2.30% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE90B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAE90B is #1516F4. Grayscale: #D0D0D0. Windows color (decimal): -1382133 or 780778. OLE color: 780778.
HSL color Cylindrical-coordinate representation of color #EAE90B: hue angle of 59.73º 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 #EAE90B is Cyan = 0, Magento = 0.00, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 233 | 11 | - |
| CMYK | 0 | 0.00 | 0.95 | 0.08 |
| HSL | 59.73º | 0.91% | 0.48% | - |
| HSV(B) | 59.73º | 0.95% | 0.92% | - |
| XYZ | 63.13 | 75.79 | 11.62 | - |
| YUV | 207.99 | 16.83 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 233 | 11 | 0 | 0.00 | 0.95 | 0.08 | 59.73 | 0.91 | 0.48 |
| Hex | EA | E9 | B | 0 | 0 | 5F | 8 | 3C | 5B | 30 |
| Octal | 352 | 351 | 13 | 0 | 0 | 137 | 10 | 74 | 133 | 60 |
| Binary | 11101010 | 11101001 | 1011 | 0 | 0 | 1011111 | 1000 | 111100 | 1011011 | 110000 |
Color Harmonies of #EAE90B
Complementary color
Monochromatic Colors of #EAE90B
Black with #EAE90B
Text Example
Text Example
White with #EAE90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE90B; }
p { color: rgb(234,233,11); }
H1.HeaderClassName
{
color: #EAE90B;
}
.AnyTagClassName
{
color: #EAE90B;
}
</style>
background-color css
<style>
a { background-color: #EAE90B; }
a { background-color: rgb(234,233,11); }
div.DivClassName
{
background-color: #EAE90B;
}
.BgClassName
{
background-color: #EAE90B;
}
</style>
border-color css
<style>
span { border-color: #EAE90B; }
span { border-color: rgb(234,233,11); }
td.TdClassName
{
border-color: #EAE90B;
}
.TagClassName
{
border-color: #EAE90B;
}
</style>