Shades of Paris Daisy #FFE748
Tints of Paris Daisy #FFE748
RGB
CMYK
RGB Variations
Color information
#FFE748 (or 0xFFE748) is known color: Paris Daisy. HEX triplet: FF, E7 and 48. RGB value is (255,231,72). Sum of RGB (Red+Green+Blue) = 255+231+72=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 231 (90.62% from 255 or 41.40% from 558); Blue value is 72 (28.52% from 255 or 12.90% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE748 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFE748 is #0018B7. Grayscale: #DCDCDC. Windows color (decimal): -6328 or 4777983. OLE color: 4777983.
HSL color Cylindrical-coordinate representation of color #FFE748: hue angle of 52.13º 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 #FFE748 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 231 | 72 | - |
| CMYK | 0 | 0.09 | 0.72 | 0 |
| HSL | 52.13º | 1% | 0.64% | - |
| HSV(B) | 52.13º | 0.72% | 1% | - |
| XYZ | 70.99 | 78.88 | 17.61 | - |
| YUV | 220.05 | 44.45 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 231 | 72 | 0 | 0.09 | 0.72 | 0 | 52.13 | 1 | 0.64 |
| Hex | FF | E7 | 48 | 0 | 9 | 48 | 0 | 34 | 64 | 40 |
| Octal | 377 | 347 | 110 | 0 | 11 | 110 | 0 | 64 | 144 | 100 |
| Binary | 11111111 | 11100111 | 1001000 | 0 | 1001 | 1001000 | 0 | 110100 | 1100100 | 1000000 |
Color Harmonies of #FFE748
Complementary color
Monochromatic Colors of #FFE748
Black with #FFE748
Text Example
Text Example
White with #FFE748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE748; }
p { color: rgb(255,231,72); }
H1.HeaderClassName
{
color: #FFE748;
}
.AnyTagClassName
{
color: #FFE748;
}
</style>
background-color css
<style>
a { background-color: #FFE748; }
a { background-color: rgb(255,231,72); }
div.DivClassName
{
background-color: #FFE748;
}
.BgClassName
{
background-color: #FFE748;
}
</style>
border-color css
<style>
span { border-color: #FFE748; }
span { border-color: rgb(255,231,72); }
td.TdClassName
{
border-color: #FFE748;
}
.TagClassName
{
border-color: #FFE748;
}
</style>