Shades of Lemon #EAE00F
Tints of Lemon #EAE00F
RGB
CMYK
RGB Variations
Color information
#EAE00F (or 0xEAE00F) is known color: Lemon. HEX triplet: EA, E0 and 0F. RGB value is (234,224,15). Sum of RGB (Red+Green+Blue) = 234+224+15=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 224 (87.89% from 255 or 47.36% from 473); Blue value is 15 (6.25% from 255 or 3.17% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE00F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE00F is #151FF0. Grayscale: #CCCCCC. Windows color (decimal): -1384433 or 1040618. OLE color: 1040618.
HSL color Cylindrical-coordinate representation of color #EAE00F: hue angle of 57.26º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EAE00F is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 224 | 15 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.08 |
| HSL | 57.26º | 0.88% | 0.49% | - |
| HSV(B) | 57.26º | 0.94% | 0.92% | - |
| XYZ | 60.67 | 70.84 | 10.93 | - |
| YUV | 203.16 | 21.81 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 15 | 0 | 0.04 | 0.94 | 0.08 | 57.26 | 0.88 | 0.49 |
| Hex | EA | E0 | F | 0 | 4 | 5E | 8 | 39 | 58 | 31 |
| Octal | 352 | 340 | 17 | 0 | 4 | 136 | 10 | 71 | 130 | 61 |
| Binary | 11101010 | 11100000 | 1111 | 0 | 100 | 1011110 | 1000 | 111001 | 1011000 | 110001 |
Color Harmonies of #EAE00F
Complementary color
Monochromatic Colors of #EAE00F
Black with #EAE00F
Text Example
Text Example
White with #EAE00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE00F; }
p { color: rgb(234,224,15); }
H1.HeaderClassName
{
color: #EAE00F;
}
.AnyTagClassName
{
color: #EAE00F;
}
</style>
background-color css
<style>
a { background-color: #EAE00F; }
a { background-color: rgb(234,224,15); }
div.DivClassName
{
background-color: #EAE00F;
}
.BgClassName
{
background-color: #EAE00F;
}
</style>
border-color css
<style>
span { border-color: #EAE00F; }
span { border-color: rgb(234,224,15); }
td.TdClassName
{
border-color: #EAE00F;
}
.TagClassName
{
border-color: #EAE00F;
}
</style>