Shades of Paris Daisy #EFF64B
Tints of Paris Daisy #EFF64B
RGB
CMYK
RGB Variations
Color information
#EFF64B (or 0xEFF64B) is known color: Paris Daisy. HEX triplet: EF, F6 and 4B. RGB value is (239,246,75). Sum of RGB (Red+Green+Blue) = 239+246+75=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 246 (96.48% from 255 or 43.93% from 560); Blue value is 75 (29.69% from 255 or 13.39% from 560); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF64B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF64B is #1009B4. Grayscale: #E1E1E1. Windows color (decimal): -1051061 or 4978415. OLE color: 4978415.
HSL color Cylindrical-coordinate representation of color #EFF64B: hue angle of 62.46º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EFF64B is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 75 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.04 |
| HSL | 62.46º | 0.9% | 0.63% | - |
| HSV(B) | 62.46º | 0.7% | 0.96% | - |
| XYZ | 69.82 | 84.77 | 19.34 | - |
| YUV | 224.41 | 43.68 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 75 | 0.03 | 0 | 0.70 | 0.04 | 62.46 | 0.9 | 0.63 |
| Hex | EF | F6 | 4B | 3 | 0 | 46 | 4 | 3E | 5A | 3F |
| Octal | 357 | 366 | 113 | 3 | 0 | 106 | 4 | 76 | 132 | 77 |
| Binary | 11101111 | 11110110 | 1001011 | 11 | 0 | 1000110 | 100 | 111110 | 1011010 | 111111 |
Color Harmonies of #EFF64B
Complementary color
Monochromatic Colors of #EFF64B
Black with #EFF64B
Text Example
Text Example
White with #EFF64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF64B; }
p { color: rgb(239,246,75); }
H1.HeaderClassName
{
color: #EFF64B;
}
.AnyTagClassName
{
color: #EFF64B;
}
</style>
background-color css
<style>
a { background-color: #EFF64B; }
a { background-color: rgb(239,246,75); }
div.DivClassName
{
background-color: #EFF64B;
}
.BgClassName
{
background-color: #EFF64B;
}
</style>
border-color css
<style>
span { border-color: #EFF64B; }
span { border-color: rgb(239,246,75); }
td.TdClassName
{
border-color: #EFF64B;
}
.TagClassName
{
border-color: #EFF64B;
}
</style>