Shades of Lemon #EAF00D
Tints of Lemon #EAF00D
RGB
CMYK
RGB Variations
Color information
#EAF00D (or 0xEAF00D) is known color: Lemon. HEX triplet: EA, F0 and 0D. RGB value is (234,240,13). Sum of RGB (Red+Green+Blue) = 234+240+13=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 240 (94.14% from 255 or 49.28% from 487); Blue value is 13 (5.47% from 255 or 2.67% from 487); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF00D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF00D is #150FF2. Grayscale: #D5D5D5. Windows color (decimal): -1380339 or 913642. OLE color: 913642.
HSL color Cylindrical-coordinate representation of color #EAF00D: hue angle of 61.59º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EAF00D is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 240 | 13 | - |
| CMYK | 0.02 | 0 | 0.95 | 0.06 |
| HSL | 61.59º | 0.9% | 0.5% | - |
| HSV(B) | 61.59º | 0.95% | 0.94% | - |
| XYZ | 65.16 | 79.84 | 12.36 | - |
| YUV | 212.33 | 15.51 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 240 | 13 | 0.02 | 0 | 0.95 | 0.06 | 61.59 | 0.9 | 0.5 |
| Hex | EA | F0 | D | 2 | 0 | 5F | 6 | 3E | 5A | 32 |
| Octal | 352 | 360 | 15 | 2 | 0 | 137 | 6 | 76 | 132 | 62 |
| Binary | 11101010 | 11110000 | 1101 | 10 | 0 | 1011111 | 110 | 111110 | 1011010 | 110010 |
Color Harmonies of #EAF00D
Complementary color
Monochromatic Colors of #EAF00D
Black with #EAF00D
Text Example
Text Example
White with #EAF00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF00D; }
p { color: rgb(234,240,13); }
H1.HeaderClassName
{
color: #EAF00D;
}
.AnyTagClassName
{
color: #EAF00D;
}
</style>
background-color css
<style>
a { background-color: #EAF00D; }
a { background-color: rgb(234,240,13); }
div.DivClassName
{
background-color: #EAF00D;
}
.BgClassName
{
background-color: #EAF00D;
}
</style>
border-color css
<style>
span { border-color: #EAF00D; }
span { border-color: rgb(234,240,13); }
td.TdClassName
{
border-color: #EAF00D;
}
.TagClassName
{
border-color: #EAF00D;
}
</style>