Shades of Lemon #EAE91C
Tints of Lemon #EAE91C
RGB
CMYK
RGB Variations
Color information
#EAE91C (or 0xEAE91C) is known color: Lemon. HEX triplet: EA, E9 and 1C. RGB value is (234,233,28). Sum of RGB (Red+Green+Blue) = 234+233+28=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 233 (91.41% from 255 or 47.07% from 495); Blue value is 28 (11.33% from 255 or 5.66% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE91C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAE91C is #1516E3. Grayscale: #D2D2D2. Windows color (decimal): -1382116 or 1894890. OLE color: 1894890.
HSL color Cylindrical-coordinate representation of color #EAE91C: hue angle of 59.71º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EAE91C is Cyan = 0, Magento = 0.00, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 233 | 28 | - |
| CMYK | 0 | 0.00 | 0.88 | 0.08 |
| HSL | 59.71º | 0.83% | 0.51% | - |
| HSV(B) | 59.71º | 0.88% | 0.92% | - |
| XYZ | 63.28 | 75.85 | 12.4 | - |
| YUV | 209.93 | 25.33 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 233 | 28 | 0 | 0.00 | 0.88 | 0.08 | 59.71 | 0.83 | 0.51 |
| Hex | EA | E9 | 1C | 0 | 0 | 58 | 8 | 3C | 53 | 33 |
| Octal | 352 | 351 | 34 | 0 | 0 | 130 | 10 | 74 | 123 | 63 |
| Binary | 11101010 | 11101001 | 11100 | 0 | 0 | 1011000 | 1000 | 111100 | 1010011 | 110011 |
Color Harmonies of #EAE91C
Complementary color
Monochromatic Colors of #EAE91C
Black with #EAE91C
Text Example
Text Example
White with #EAE91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE91C; }
p { color: rgb(234,233,28); }
H1.HeaderClassName
{
color: #EAE91C;
}
.AnyTagClassName
{
color: #EAE91C;
}
</style>
background-color css
<style>
a { background-color: #EAE91C; }
a { background-color: rgb(234,233,28); }
div.DivClassName
{
background-color: #EAE91C;
}
.BgClassName
{
background-color: #EAE91C;
}
</style>
border-color css
<style>
span { border-color: #EAE91C; }
span { border-color: rgb(234,233,28); }
td.TdClassName
{
border-color: #EAE91C;
}
.TagClassName
{
border-color: #EAE91C;
}
</style>