Shades of Lemon #EAE70B
Tints of Lemon #EAE70B
RGB
CMYK
RGB Variations
Color information
#EAE70B (or 0xEAE70B) is known color: Lemon. HEX triplet: EA, E7 and 0B. RGB value is (234,231,11). Sum of RGB (Red+Green+Blue) = 234+231+11=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 231 (90.62% from 255 or 48.53% from 476); Blue value is 11 (4.69% from 255 or 2.31% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE70B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAE70B is #1518F4. Grayscale: #CFCFCF. Windows color (decimal): -1382645 or 780266. OLE color: 780266.
HSL color Cylindrical-coordinate representation of color #EAE70B: hue angle of 59.19º 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 #EAE70B is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 231 | 11 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.08 |
| HSL | 59.19º | 0.91% | 0.48% | - |
| HSV(B) | 59.19º | 0.95% | 0.92% | - |
| XYZ | 62.57 | 74.67 | 11.43 | - |
| YUV | 206.82 | 17.49 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 231 | 11 | 0 | 0.01 | 0.95 | 0.08 | 59.19 | 0.91 | 0.48 |
| Hex | EA | E7 | B | 0 | 1 | 5F | 8 | 3B | 5B | 30 |
| Octal | 352 | 347 | 13 | 0 | 1 | 137 | 10 | 73 | 133 | 60 |
| Binary | 11101010 | 11100111 | 1011 | 0 | 1 | 1011111 | 1000 | 111011 | 1011011 | 110000 |
Color Harmonies of #EAE70B
Complementary color
Monochromatic Colors of #EAE70B
Black with #EAE70B
Text Example
Text Example
White with #EAE70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE70B; }
p { color: rgb(234,231,11); }
H1.HeaderClassName
{
color: #EAE70B;
}
.AnyTagClassName
{
color: #EAE70B;
}
</style>
background-color css
<style>
a { background-color: #EAE70B; }
a { background-color: rgb(234,231,11); }
div.DivClassName
{
background-color: #EAE70B;
}
.BgClassName
{
background-color: #EAE70B;
}
</style>
border-color css
<style>
span { border-color: #EAE70B; }
span { border-color: rgb(234,231,11); }
td.TdClassName
{
border-color: #EAE70B;
}
.TagClassName
{
border-color: #EAE70B;
}
</style>