Shades of Paris Daisy #EDF641
Tints of Paris Daisy #EDF641
RGB
CMYK
RGB Variations
Color information
#EDF641 (or 0xEDF641) is known color: Paris Daisy. HEX triplet: ED, F6 and 41. RGB value is (237,246,65). Sum of RGB (Red+Green+Blue) = 237+246+65=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 246 (96.48% from 255 or 44.89% from 548); Blue value is 65 (25.78% from 255 or 11.86% from 548); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF641 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF641 is #1209BE. Grayscale: #DFDFDF. Windows color (decimal): -1182143 or 4323053. OLE color: 4323053.
HSL color Cylindrical-coordinate representation of color #EDF641: hue angle of 62.98º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDF641 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 65 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.04 |
| HSL | 62.98º | 0.91% | 0.61% | - |
| HSV(B) | 62.98º | 0.74% | 0.96% | - |
| XYZ | 68.83 | 84.3 | 17.64 | - |
| YUV | 222.68 | 39.02 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 65 | 0.04 | 0 | 0.74 | 0.04 | 62.98 | 0.91 | 0.61 |
| Hex | ED | F6 | 41 | 4 | 0 | 4A | 4 | 3F | 5B | 3D |
| Octal | 355 | 366 | 101 | 4 | 0 | 112 | 4 | 77 | 133 | 75 |
| Binary | 11101101 | 11110110 | 1000001 | 100 | 0 | 1001010 | 100 | 111111 | 1011011 | 111101 |
Color Harmonies of #EDF641
Complementary color
Monochromatic Colors of #EDF641
Black with #EDF641
Text Example
Text Example
White with #EDF641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF641; }
p { color: rgb(237,246,65); }
H1.HeaderClassName
{
color: #EDF641;
}
.AnyTagClassName
{
color: #EDF641;
}
</style>
background-color css
<style>
a { background-color: #EDF641; }
a { background-color: rgb(237,246,65); }
div.DivClassName
{
background-color: #EDF641;
}
.BgClassName
{
background-color: #EDF641;
}
</style>
border-color css
<style>
span { border-color: #EDF641; }
span { border-color: rgb(237,246,65); }
td.TdClassName
{
border-color: #EDF641;
}
.TagClassName
{
border-color: #EDF641;
}
</style>