Shades of Paris Daisy #FFED43
Tints of Paris Daisy #FFED43
RGB
CMYK
RGB Variations
Color information
#FFED43 (or 0xFFED43) is known color: Paris Daisy. HEX triplet: FF, ED and 43. RGB value is (255,237,67). Sum of RGB (Red+Green+Blue) = 255+237+67=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 237 (92.97% from 255 or 42.40% from 559); Blue value is 67 (26.56% from 255 or 11.99% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED43 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED43 is #0012BC. Grayscale: #DFDFDF. Windows color (decimal): -4797 or 4451839. OLE color: 4451839.
HSL color Cylindrical-coordinate representation of color #FFED43: hue angle of 54.26º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FFED43 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 67 | - |
| CMYK | 0 | 0.07 | 0.74 | 0 |
| HSL | 54.26º | 1% | 0.63% | - |
| HSV(B) | 54.26º | 0.74% | 1% | - |
| XYZ | 72.54 | 82.23 | 17.36 | - |
| YUV | 223 | 39.96 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 67 | 0 | 0.07 | 0.74 | 0 | 54.26 | 1 | 0.63 |
| Hex | FF | ED | 43 | 0 | 7 | 4A | 0 | 36 | 64 | 3F |
| Octal | 377 | 355 | 103 | 0 | 7 | 112 | 0 | 66 | 144 | 77 |
| Binary | 11111111 | 11101101 | 1000011 | 0 | 111 | 1001010 | 0 | 110110 | 1100100 | 111111 |
Color Harmonies of #FFED43
Complementary color
Monochromatic Colors of #FFED43
Black with #FFED43
Text Example
Text Example
White with #FFED43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED43; }
p { color: rgb(255,237,67); }
H1.HeaderClassName
{
color: #FFED43;
}
.AnyTagClassName
{
color: #FFED43;
}
</style>
background-color css
<style>
a { background-color: #FFED43; }
a { background-color: rgb(255,237,67); }
div.DivClassName
{
background-color: #FFED43;
}
.BgClassName
{
background-color: #FFED43;
}
</style>
border-color css
<style>
span { border-color: #FFED43; }
span { border-color: rgb(255,237,67); }
td.TdClassName
{
border-color: #FFED43;
}
.TagClassName
{
border-color: #FFED43;
}
</style>