Shades of Paris Daisy #EEFE4B
Tints of Paris Daisy #EEFE4B
RGB
CMYK
RGB Variations
Color information
#EEFE4B (or 0xEEFE4B) is known color: Paris Daisy. HEX triplet: EE, FE and 4B. RGB value is (238,254,75). Sum of RGB (Red+Green+Blue) = 238+254+75=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 254 (99.61% from 255 or 44.80% from 567); Blue value is 75 (29.69% from 255 or 13.23% from 567); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFE4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFE4B is #1101B4. Grayscale: #E5E5E5. Windows color (decimal): -1114549 or 4980462. OLE color: 4980462.
HSL color Cylindrical-coordinate representation of color #EEFE4B: hue angle of 65.36º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EEFE4B is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 254 | 75 | - |
| CMYK | 0.06 | 0 | 0.70 | 0.00 |
| HSL | 65.36º | 0.99% | 0.65% | - |
| HSV(B) | 65.36º | 0.7% | 1% | - |
| XYZ | 71.97 | 89.57 | 20.15 | - |
| YUV | 228.81 | 41.2 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 254 | 75 | 0.06 | 0 | 0.70 | 0.00 | 65.36 | 0.99 | 0.65 |
| Hex | EE | FE | 4B | 6 | 0 | 46 | 0 | 41 | 63 | 41 |
| Octal | 356 | 376 | 113 | 6 | 0 | 106 | 0 | 101 | 143 | 101 |
| Binary | 11101110 | 11111110 | 1001011 | 110 | 0 | 1000110 | 0 | 1000001 | 1100011 | 1000001 |
Color Harmonies of #EEFE4B
Complementary color
Monochromatic Colors of #EEFE4B
Black with #EEFE4B
Text Example
Text Example
White with #EEFE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFE4B; }
p { color: rgb(238,254,75); }
H1.HeaderClassName
{
color: #EEFE4B;
}
.AnyTagClassName
{
color: #EEFE4B;
}
</style>
background-color css
<style>
a { background-color: #EEFE4B; }
a { background-color: rgb(238,254,75); }
div.DivClassName
{
background-color: #EEFE4B;
}
.BgClassName
{
background-color: #EEFE4B;
}
</style>
border-color css
<style>
span { border-color: #EEFE4B; }
span { border-color: rgb(238,254,75); }
td.TdClassName
{
border-color: #EEFE4B;
}
.TagClassName
{
border-color: #EEFE4B;
}
</style>