Shades of Paris Daisy #EFF353
Tints of Paris Daisy #EFF353
RGB
CMYK
RGB Variations
Color information
#EFF353 (or 0xEFF353) is known color: Paris Daisy. HEX triplet: EF, F3 and 53. RGB value is (239,243,83). Sum of RGB (Red+Green+Blue) = 239+243+83=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 243 (95.31% from 255 or 43.01% from 565); Blue value is 83 (32.81% from 255 or 14.69% from 565); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF353 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF353 is #100CAC. Grayscale: #E0E0E0. Windows color (decimal): -1051821 or 5501935. OLE color: 5501935.
HSL color Cylindrical-coordinate representation of color #EFF353: hue angle of 61.5º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EFF353 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 83 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.05 |
| HSL | 61.5º | 0.87% | 0.64% | - |
| HSV(B) | 61.5º | 0.66% | 0.95% | - |
| XYZ | 69.21 | 83.08 | 20.57 | - |
| YUV | 223.56 | 48.67 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 83 | 0.02 | 0 | 0.66 | 0.05 | 61.5 | 0.87 | 0.64 |
| Hex | EF | F3 | 53 | 2 | 0 | 42 | 5 | 3E | 57 | 40 |
| Octal | 357 | 363 | 123 | 2 | 0 | 102 | 5 | 76 | 127 | 100 |
| Binary | 11101111 | 11110011 | 1010011 | 10 | 0 | 1000010 | 101 | 111110 | 1010111 | 1000000 |
Color Harmonies of #EFF353
Complementary color
Monochromatic Colors of #EFF353
Black with #EFF353
Text Example
Text Example
White with #EFF353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF353; }
p { color: rgb(239,243,83); }
H1.HeaderClassName
{
color: #EFF353;
}
.AnyTagClassName
{
color: #EFF353;
}
</style>
background-color css
<style>
a { background-color: #EFF353; }
a { background-color: rgb(239,243,83); }
div.DivClassName
{
background-color: #EFF353;
}
.BgClassName
{
background-color: #EFF353;
}
</style>
border-color css
<style>
span { border-color: #EFF353; }
span { border-color: rgb(239,243,83); }
td.TdClassName
{
border-color: #EFF353;
}
.TagClassName
{
border-color: #EFF353;
}
</style>