Shades of Paris Daisy #FFED52
Tints of Paris Daisy #FFED52
RGB
CMYK
RGB Variations
Color information
#FFED52 (or 0xFFED52) is known color: Paris Daisy. HEX triplet: FF, ED and 52. RGB value is (255,237,82). Sum of RGB (Red+Green+Blue) = 255+237+82=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 237 (92.97% from 255 or 41.29% from 574); Blue value is 82 (32.42% from 255 or 14.29% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFED52 is #0012AD. Grayscale: #E1E1E1. Windows color (decimal): -4782 or 5434879. OLE color: 5434879.
HSL color Cylindrical-coordinate representation of color #FFED52: hue angle of 53.76º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FFED52 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 82 | - |
| CMYK | 0 | 0.07 | 0.68 | 0 |
| HSL | 53.76º | 1% | 0.66% | - |
| HSV(B) | 53.76º | 0.68% | 1% | - |
| XYZ | 73.05 | 82.44 | 20.04 | - |
| YUV | 224.71 | 47.46 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 82 | 0 | 0.07 | 0.68 | 0 | 53.76 | 1 | 0.66 |
| Hex | FF | ED | 52 | 0 | 7 | 44 | 0 | 36 | 64 | 42 |
| Octal | 377 | 355 | 122 | 0 | 7 | 104 | 0 | 66 | 144 | 102 |
| Binary | 11111111 | 11101101 | 1010010 | 0 | 111 | 1000100 | 0 | 110110 | 1100100 | 1000010 |
Color Harmonies of #FFED52
Complementary color
Monochromatic Colors of #FFED52
Black with #FFED52
Text Example
Text Example
White with #FFED52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED52; }
p { color: rgb(255,237,82); }
H1.HeaderClassName
{
color: #FFED52;
}
.AnyTagClassName
{
color: #FFED52;
}
</style>
background-color css
<style>
a { background-color: #FFED52; }
a { background-color: rgb(255,237,82); }
div.DivClassName
{
background-color: #FFED52;
}
.BgClassName
{
background-color: #FFED52;
}
</style>
border-color css
<style>
span { border-color: #FFED52; }
span { border-color: rgb(255,237,82); }
td.TdClassName
{
border-color: #FFED52;
}
.TagClassName
{
border-color: #FFED52;
}
</style>