Shades of Paris Daisy #EDF754
Tints of Paris Daisy #EDF754
RGB
CMYK
RGB Variations
Color information
#EDF754 (or 0xEDF754) is known color: Paris Daisy. HEX triplet: ED, F7 and 54. RGB value is (237,247,84). Sum of RGB (Red+Green+Blue) = 237+247+84=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 247 (96.88% from 255 or 43.49% from 568); Blue value is 84 (33.20% from 255 or 14.79% from 568); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF754 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF754 is #1208AB. Grayscale: #E2E2E2. Windows color (decimal): -1181868 or 5568493. OLE color: 5568493.
HSL color Cylindrical-coordinate representation of color #EDF754: hue angle of 63.68º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDF754 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 247 | 84 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.03 |
| HSL | 63.68º | 0.91% | 0.65% | - |
| HSV(B) | 63.68º | 0.66% | 0.97% | - |
| XYZ | 69.79 | 85.17 | 21.15 | - |
| YUV | 225.43 | 48.19 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 247 | 84 | 0.04 | 0 | 0.66 | 0.03 | 63.68 | 0.91 | 0.65 |
| Hex | ED | F7 | 54 | 4 | 0 | 42 | 3 | 40 | 5B | 41 |
| Octal | 355 | 367 | 124 | 4 | 0 | 102 | 3 | 100 | 133 | 101 |
| Binary | 11101101 | 11110111 | 1010100 | 100 | 0 | 1000010 | 11 | 1000000 | 1011011 | 1000001 |
Color Harmonies of #EDF754
Complementary color
Monochromatic Colors of #EDF754
Black with #EDF754
Text Example
Text Example
White with #EDF754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF754; }
p { color: rgb(237,247,84); }
H1.HeaderClassName
{
color: #EDF754;
}
.AnyTagClassName
{
color: #EDF754;
}
</style>
background-color css
<style>
a { background-color: #EDF754; }
a { background-color: rgb(237,247,84); }
div.DivClassName
{
background-color: #EDF754;
}
.BgClassName
{
background-color: #EDF754;
}
</style>
border-color css
<style>
span { border-color: #EDF754; }
span { border-color: rgb(237,247,84); }
td.TdClassName
{
border-color: #EDF754;
}
.TagClassName
{
border-color: #EDF754;
}
</style>