Shades of Laser Lemon #EEFE5A
Tints of Laser Lemon #EEFE5A
RGB
CMYK
RGB Variations
Color information
#EEFE5A (or 0xEEFE5A) is known color: Laser Lemon. HEX triplet: EE, FE and 5A. RGB value is (238,254,90). Sum of RGB (Red+Green+Blue) = 238+254+90=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 254 (99.61% from 255 or 43.64% from 582); Blue value is 90 (35.55% from 255 or 15.46% from 582); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFE5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEFE5A is #1101A5. Grayscale: #E7E7E7. Windows color (decimal): -1114534 or 5963502. OLE color: 5963502.
HSL color Cylindrical-coordinate representation of color #EEFE5A: hue angle of 65.85º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EEFE5A is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 254 | 90 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.00 |
| HSL | 65.85º | 0.99% | 0.67% | - |
| HSV(B) | 65.85º | 0.65% | 1% | - |
| XYZ | 72.55 | 89.8 | 23.18 | - |
| YUV | 230.52 | 48.7 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 254 | 90 | 0.06 | 0 | 0.65 | 0.00 | 65.85 | 0.99 | 0.67 |
| Hex | EE | FE | 5A | 6 | 0 | 41 | 0 | 42 | 63 | 43 |
| Octal | 356 | 376 | 132 | 6 | 0 | 101 | 0 | 102 | 143 | 103 |
| Binary | 11101110 | 11111110 | 1011010 | 110 | 0 | 1000001 | 0 | 1000010 | 1100011 | 1000011 |
Color Harmonies of #EEFE5A
Complementary color
Monochromatic Colors of #EEFE5A
Black with #EEFE5A
Text Example
Text Example
White with #EEFE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFE5A; }
p { color: rgb(238,254,90); }
H1.HeaderClassName
{
color: #EEFE5A;
}
.AnyTagClassName
{
color: #EEFE5A;
}
</style>
background-color css
<style>
a { background-color: #EEFE5A; }
a { background-color: rgb(238,254,90); }
div.DivClassName
{
background-color: #EEFE5A;
}
.BgClassName
{
background-color: #EEFE5A;
}
</style>
border-color css
<style>
span { border-color: #EEFE5A; }
span { border-color: rgb(238,254,90); }
td.TdClassName
{
border-color: #EEFE5A;
}
.TagClassName
{
border-color: #EEFE5A;
}
</style>