Shades of Paris Daisy #EDF341
Tints of Paris Daisy #EDF341
RGB
CMYK
RGB Variations
Color information
#EDF341 (or 0xEDF341) is known color: Paris Daisy. HEX triplet: ED, F3 and 41. RGB value is (237,243,65). Sum of RGB (Red+Green+Blue) = 237+243+65=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 243 (95.31% from 255 or 44.59% from 545); Blue value is 65 (25.78% from 255 or 11.93% from 545); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF341 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF341 is #120CBE. Grayscale: #DDDDDD. Windows color (decimal): -1182911 or 4322285. OLE color: 4322285.
HSL color Cylindrical-coordinate representation of color #EDF341: hue angle of 62.02º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EDF341 is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 65 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.05 |
| HSL | 62.02º | 0.88% | 0.6% | - |
| HSV(B) | 62.02º | 0.73% | 0.95% | - |
| XYZ | 67.93 | 82.49 | 17.34 | - |
| YUV | 220.91 | 40.01 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 65 | 0.02 | 0 | 0.73 | 0.05 | 62.02 | 0.88 | 0.6 |
| Hex | ED | F3 | 41 | 2 | 0 | 49 | 5 | 3E | 58 | 3C |
| Octal | 355 | 363 | 101 | 2 | 0 | 111 | 5 | 76 | 130 | 74 |
| Binary | 11101101 | 11110011 | 1000001 | 10 | 0 | 1001001 | 101 | 111110 | 1011000 | 111100 |
Color Harmonies of #EDF341
Complementary color
Monochromatic Colors of #EDF341
Black with #EDF341
Text Example
Text Example
White with #EDF341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF341; }
p { color: rgb(237,243,65); }
H1.HeaderClassName
{
color: #EDF341;
}
.AnyTagClassName
{
color: #EDF341;
}
</style>
background-color css
<style>
a { background-color: #EDF341; }
a { background-color: rgb(237,243,65); }
div.DivClassName
{
background-color: #EDF341;
}
.BgClassName
{
background-color: #EDF341;
}
</style>
border-color css
<style>
span { border-color: #EDF341; }
span { border-color: rgb(237,243,65); }
td.TdClassName
{
border-color: #EDF341;
}
.TagClassName
{
border-color: #EDF341;
}
</style>