Shades of Paris Daisy #EDF34A
Tints of Paris Daisy #EDF34A
RGB
CMYK
RGB Variations
Color information
#EDF34A (or 0xEDF34A) is known color: Paris Daisy. HEX triplet: ED, F3 and 4A. RGB value is (237,243,74). Sum of RGB (Red+Green+Blue) = 237+243+74=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 243 (95.31% from 255 or 43.86% from 554); Blue value is 74 (29.30% from 255 or 13.36% from 554); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF34A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF34A is #120CB5. Grayscale: #DEDEDE. Windows color (decimal): -1182902 or 4912109. OLE color: 4912109.
HSL color Cylindrical-coordinate representation of color #EDF34A: hue angle of 62.13º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDF34A is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 74 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.05 |
| HSL | 62.13º | 0.88% | 0.62% | - |
| HSV(B) | 62.13º | 0.7% | 0.95% | - |
| XYZ | 68.21 | 82.6 | 18.83 | - |
| YUV | 221.94 | 44.51 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 74 | 0.02 | 0 | 0.70 | 0.05 | 62.13 | 0.88 | 0.62 |
| Hex | ED | F3 | 4A | 2 | 0 | 46 | 5 | 3E | 58 | 3E |
| Octal | 355 | 363 | 112 | 2 | 0 | 106 | 5 | 76 | 130 | 76 |
| Binary | 11101101 | 11110011 | 1001010 | 10 | 0 | 1000110 | 101 | 111110 | 1011000 | 111110 |
Color Harmonies of #EDF34A
Complementary color
Monochromatic Colors of #EDF34A
Black with #EDF34A
Text Example
Text Example
White with #EDF34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF34A; }
p { color: rgb(237,243,74); }
H1.HeaderClassName
{
color: #EDF34A;
}
.AnyTagClassName
{
color: #EDF34A;
}
</style>
background-color css
<style>
a { background-color: #EDF34A; }
a { background-color: rgb(237,243,74); }
div.DivClassName
{
background-color: #EDF34A;
}
.BgClassName
{
background-color: #EDF34A;
}
</style>
border-color css
<style>
span { border-color: #EDF34A; }
span { border-color: rgb(237,243,74); }
td.TdClassName
{
border-color: #EDF34A;
}
.TagClassName
{
border-color: #EDF34A;
}
</style>