Shades of Paris Daisy #EDF143
Tints of Paris Daisy #EDF143
RGB
CMYK
RGB Variations
Color information
#EDF143 (or 0xEDF143) is known color: Paris Daisy. HEX triplet: ED, F1 and 43. RGB value is (237,241,67). Sum of RGB (Red+Green+Blue) = 237+241+67=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 67 (26.56% from 255 or 12.29% from 545); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF143 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF143 is #120EBC. Grayscale: #DCDCDC. Windows color (decimal): -1183421 or 4452845. OLE color: 4452845.
HSL color Cylindrical-coordinate representation of color #EDF143: hue angle of 61.38º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EDF143 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 67 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.05 |
| HSL | 61.38º | 0.86% | 0.6% | - |
| HSV(B) | 61.38º | 0.72% | 0.95% | - |
| XYZ | 67.39 | 81.32 | 17.45 | - |
| YUV | 219.97 | 41.67 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 67 | 0.02 | 0 | 0.72 | 0.05 | 61.38 | 0.86 | 0.6 |
| Hex | ED | F1 | 43 | 2 | 0 | 48 | 5 | 3D | 56 | 3C |
| Octal | 355 | 361 | 103 | 2 | 0 | 110 | 5 | 75 | 126 | 74 |
| Binary | 11101101 | 11110001 | 1000011 | 10 | 0 | 1001000 | 101 | 111101 | 1010110 | 111100 |
Color Harmonies of #EDF143
Complementary color
Monochromatic Colors of #EDF143
Black with #EDF143
Text Example
Text Example
White with #EDF143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF143; }
p { color: rgb(237,241,67); }
H1.HeaderClassName
{
color: #EDF143;
}
.AnyTagClassName
{
color: #EDF143;
}
</style>
background-color css
<style>
a { background-color: #EDF143; }
a { background-color: rgb(237,241,67); }
div.DivClassName
{
background-color: #EDF143;
}
.BgClassName
{
background-color: #EDF143;
}
</style>
border-color css
<style>
span { border-color: #EDF143; }
span { border-color: rgb(237,241,67); }
td.TdClassName
{
border-color: #EDF143;
}
.TagClassName
{
border-color: #EDF143;
}
</style>