Shades of Paris Daisy #FFED44
Tints of Paris Daisy #FFED44
RGB
CMYK
RGB Variations
Color information
#FFED44 (or 0xFFED44) is known color: Paris Daisy. HEX triplet: FF, ED and 44. RGB value is (255,237,68). Sum of RGB (Red+Green+Blue) = 255+237+68=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 237 (92.97% from 255 or 42.32% from 560); Blue value is 68 (26.95% from 255 or 12.14% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED44 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED44 is #0012BB. Grayscale: #DFDFDF. Windows color (decimal): -4796 or 4517375. OLE color: 4517375.
HSL color Cylindrical-coordinate representation of color #FFED44: hue angle of 54.22º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFED44 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 68 | - |
| CMYK | 0 | 0.07 | 0.73 | 0 |
| HSL | 54.22º | 1% | 0.63% | - |
| HSV(B) | 54.22º | 0.73% | 1% | - |
| XYZ | 72.57 | 82.25 | 17.52 | - |
| YUV | 223.12 | 40.46 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 68 | 0 | 0.07 | 0.73 | 0 | 54.22 | 1 | 0.63 |
| Hex | FF | ED | 44 | 0 | 7 | 49 | 0 | 36 | 64 | 3F |
| Octal | 377 | 355 | 104 | 0 | 7 | 111 | 0 | 66 | 144 | 77 |
| Binary | 11111111 | 11101101 | 1000100 | 0 | 111 | 1001001 | 0 | 110110 | 1100100 | 111111 |
Color Harmonies of #FFED44
Complementary color
Monochromatic Colors of #FFED44
Black with #FFED44
Text Example
Text Example
White with #FFED44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED44; }
p { color: rgb(255,237,68); }
H1.HeaderClassName
{
color: #FFED44;
}
.AnyTagClassName
{
color: #FFED44;
}
</style>
background-color css
<style>
a { background-color: #FFED44; }
a { background-color: rgb(255,237,68); }
div.DivClassName
{
background-color: #FFED44;
}
.BgClassName
{
background-color: #FFED44;
}
</style>
border-color css
<style>
span { border-color: #FFED44; }
span { border-color: rgb(255,237,68); }
td.TdClassName
{
border-color: #FFED44;
}
.TagClassName
{
border-color: #FFED44;
}
</style>