Shades of Paris Daisy #EDF83D
Tints of Paris Daisy #EDF83D
RGB
CMYK
RGB Variations
Color information
#EDF83D (or 0xEDF83D) is known color: Paris Daisy. HEX triplet: ED, F8 and 3D. RGB value is (237,248,61). Sum of RGB (Red+Green+Blue) = 237+248+61=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 248 (97.27% from 255 or 45.42% from 546); Blue value is 61 (24.22% from 255 or 11.17% from 546); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF83D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF83D is #1207C2. Grayscale: #E0E0E0. Windows color (decimal): -1181635 or 4061421. OLE color: 4061421.
HSL color Cylindrical-coordinate representation of color #EDF83D: hue angle of 63.53º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EDF83D is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 61 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.03 |
| HSL | 63.53º | 0.93% | 0.61% | - |
| HSV(B) | 63.53º | 0.75% | 0.97% | - |
| XYZ | 69.33 | 85.48 | 17.26 | - |
| YUV | 223.39 | 36.36 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 61 | 0.04 | 0 | 0.75 | 0.03 | 63.53 | 0.93 | 0.61 |
| Hex | ED | F8 | 3D | 4 | 0 | 4B | 3 | 40 | 5D | 3D |
| Octal | 355 | 370 | 75 | 4 | 0 | 113 | 3 | 100 | 135 | 75 |
| Binary | 11101101 | 11111000 | 111101 | 100 | 0 | 1001011 | 11 | 1000000 | 1011101 | 111101 |
Color Harmonies of #EDF83D
Complementary color
Monochromatic Colors of #EDF83D
Black with #EDF83D
Text Example
Text Example
White with #EDF83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF83D; }
p { color: rgb(237,248,61); }
H1.HeaderClassName
{
color: #EDF83D;
}
.AnyTagClassName
{
color: #EDF83D;
}
</style>
background-color css
<style>
a { background-color: #EDF83D; }
a { background-color: rgb(237,248,61); }
div.DivClassName
{
background-color: #EDF83D;
}
.BgClassName
{
background-color: #EDF83D;
}
</style>
border-color css
<style>
span { border-color: #EDF83D; }
span { border-color: rgb(237,248,61); }
td.TdClassName
{
border-color: #EDF83D;
}
.TagClassName
{
border-color: #EDF83D;
}
</style>