Shades of Paris Daisy #FFE948
Tints of Paris Daisy #FFE948
RGB
CMYK
RGB Variations
Color information
#FFE948 (or 0xFFE948) is known color: Paris Daisy. HEX triplet: FF, E9 and 48. RGB value is (255,233,72). Sum of RGB (Red+Green+Blue) = 255+233+72=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 233 (91.41% from 255 or 41.61% from 560); Blue value is 72 (28.52% from 255 or 12.86% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE948 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFE948 is #0016B7. Grayscale: #DDDDDD. Windows color (decimal): -5816 or 4778495. OLE color: 4778495.
HSL color Cylindrical-coordinate representation of color #FFE948: hue angle of 52.79º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FFE948 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 72 | - |
| CMYK | 0 | 0.09 | 0.72 | 0 |
| HSL | 52.79º | 1% | 0.64% | - |
| HSV(B) | 52.79º | 0.72% | 1% | - |
| XYZ | 71.55 | 80.01 | 17.8 | - |
| YUV | 221.22 | 43.79 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 72 | 0 | 0.09 | 0.72 | 0 | 52.79 | 1 | 0.64 |
| Hex | FF | E9 | 48 | 0 | 9 | 48 | 0 | 35 | 64 | 40 |
| Octal | 377 | 351 | 110 | 0 | 11 | 110 | 0 | 65 | 144 | 100 |
| Binary | 11111111 | 11101001 | 1001000 | 0 | 1001 | 1001000 | 0 | 110101 | 1100100 | 1000000 |
Color Harmonies of #FFE948
Complementary color
Monochromatic Colors of #FFE948
Black with #FFE948
Text Example
Text Example
White with #FFE948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE948; }
p { color: rgb(255,233,72); }
H1.HeaderClassName
{
color: #FFE948;
}
.AnyTagClassName
{
color: #FFE948;
}
</style>
background-color css
<style>
a { background-color: #FFE948; }
a { background-color: rgb(255,233,72); }
div.DivClassName
{
background-color: #FFE948;
}
.BgClassName
{
background-color: #FFE948;
}
</style>
border-color css
<style>
span { border-color: #FFE948; }
span { border-color: rgb(255,233,72); }
td.TdClassName
{
border-color: #FFE948;
}
.TagClassName
{
border-color: #FFE948;
}
</style>