Shades of Lemon #EAE30B
Tints of Lemon #EAE30B
RGB
CMYK
RGB Variations
Color information
#EAE30B (or 0xEAE30B) is known color: Lemon. HEX triplet: EA, E3 and 0B. RGB value is (234,227,11). Sum of RGB (Red+Green+Blue) = 234+227+11=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 227 (89.06% from 255 or 48.09% from 472); Blue value is 11 (4.69% from 255 or 2.33% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE30B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE30B is #151CF4. Grayscale: #CDCDCD. Windows color (decimal): -1383669 or 779242. OLE color: 779242.
HSL color Cylindrical-coordinate representation of color #EAE30B: hue angle of 58.12º 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 #EAE30B is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 227 | 11 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.08 |
| HSL | 58.12º | 0.91% | 0.48% | - |
| HSV(B) | 58.12º | 0.95% | 0.92% | - |
| XYZ | 61.46 | 72.45 | 11.06 | - |
| YUV | 204.47 | 18.82 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 227 | 11 | 0 | 0.03 | 0.95 | 0.08 | 58.12 | 0.91 | 0.48 |
| Hex | EA | E3 | B | 0 | 3 | 5F | 8 | 3A | 5B | 30 |
| Octal | 352 | 343 | 13 | 0 | 3 | 137 | 10 | 72 | 133 | 60 |
| Binary | 11101010 | 11100011 | 1011 | 0 | 11 | 1011111 | 1000 | 111010 | 1011011 | 110000 |
Color Harmonies of #EAE30B
Complementary color
Monochromatic Colors of #EAE30B
Black with #EAE30B
Text Example
Text Example
White with #EAE30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE30B; }
p { color: rgb(234,227,11); }
H1.HeaderClassName
{
color: #EAE30B;
}
.AnyTagClassName
{
color: #EAE30B;
}
</style>
background-color css
<style>
a { background-color: #EAE30B; }
a { background-color: rgb(234,227,11); }
div.DivClassName
{
background-color: #EAE30B;
}
.BgClassName
{
background-color: #EAE30B;
}
</style>
border-color css
<style>
span { border-color: #EAE30B; }
span { border-color: rgb(234,227,11); }
td.TdClassName
{
border-color: #EAE30B;
}
.TagClassName
{
border-color: #EAE30B;
}
</style>