Shades of Paris Daisy #EDF953
Tints of Paris Daisy #EDF953
RGB
CMYK
RGB Variations
Color information
#EDF953 (or 0xEDF953) is known color: Paris Daisy. HEX triplet: ED, F9 and 53. RGB value is (237,249,83). Sum of RGB (Red+Green+Blue) = 237+249+83=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 249 (97.66% from 255 or 43.76% from 569); Blue value is 83 (32.81% from 255 or 14.59% from 569); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF953 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF953 is #1206AC. Grayscale: #E3E3E3. Windows color (decimal): -1181357 or 5503469. OLE color: 5503469.
HSL color Cylindrical-coordinate representation of color #EDF953: hue angle of 64.34º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDF953 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 83 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.02 |
| HSL | 64.34º | 0.93% | 0.65% | - |
| HSV(B) | 64.34º | 0.67% | 0.98% | - |
| XYZ | 70.36 | 86.38 | 21.15 | - |
| YUV | 226.49 | 47.02 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 83 | 0.05 | 0 | 0.67 | 0.02 | 64.34 | 0.93 | 0.65 |
| Hex | ED | F9 | 53 | 5 | 0 | 43 | 2 | 40 | 5D | 41 |
| Octal | 355 | 371 | 123 | 5 | 0 | 103 | 2 | 100 | 135 | 101 |
| Binary | 11101101 | 11111001 | 1010011 | 101 | 0 | 1000011 | 10 | 1000000 | 1011101 | 1000001 |
Color Harmonies of #EDF953
Complementary color
Monochromatic Colors of #EDF953
Black with #EDF953
Text Example
Text Example
White with #EDF953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF953; }
p { color: rgb(237,249,83); }
H1.HeaderClassName
{
color: #EDF953;
}
.AnyTagClassName
{
color: #EDF953;
}
</style>
background-color css
<style>
a { background-color: #EDF953; }
a { background-color: rgb(237,249,83); }
div.DivClassName
{
background-color: #EDF953;
}
.BgClassName
{
background-color: #EDF953;
}
</style>
border-color css
<style>
span { border-color: #EDF953; }
span { border-color: rgb(237,249,83); }
td.TdClassName
{
border-color: #EDF953;
}
.TagClassName
{
border-color: #EDF953;
}
</style>