Shades of Paris Daisy #FFE348
Tints of Paris Daisy #FFE348
RGB
CMYK
RGB Variations
Color information
#FFE348 (or 0xFFE348) is known color: Paris Daisy. HEX triplet: FF, E3 and 48. RGB value is (255,227,72). Sum of RGB (Red+Green+Blue) = 255+227+72=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 227 (89.06% from 255 or 40.97% from 554); Blue value is 72 (28.52% from 255 or 13.00% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE348 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE348 is #001CB7. Grayscale: #DADADA. Windows color (decimal): -7352 or 4776959. OLE color: 4776959.
HSL color Cylindrical-coordinate representation of color #FFE348: hue angle of 50.82º 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 #FFE348 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 72 | - |
| CMYK | 0 | 0.11 | 0.72 | 0 |
| HSL | 50.82º | 1% | 0.64% | - |
| HSV(B) | 50.82º | 0.72% | 1% | - |
| XYZ | 69.88 | 76.67 | 17.25 | - |
| YUV | 217.7 | 45.78 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 72 | 0 | 0.11 | 0.72 | 0 | 50.82 | 1 | 0.64 |
| Hex | FF | E3 | 48 | 0 | B | 48 | 0 | 33 | 64 | 40 |
| Octal | 377 | 343 | 110 | 0 | 13 | 110 | 0 | 63 | 144 | 100 |
| Binary | 11111111 | 11100011 | 1001000 | 0 | 1011 | 1001000 | 0 | 110011 | 1100100 | 1000000 |
Color Harmonies of #FFE348
Complementary color
Monochromatic Colors of #FFE348
Black with #FFE348
Text Example
Text Example
White with #FFE348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE348; }
p { color: rgb(255,227,72); }
H1.HeaderClassName
{
color: #FFE348;
}
.AnyTagClassName
{
color: #FFE348;
}
</style>
background-color css
<style>
a { background-color: #FFE348; }
a { background-color: rgb(255,227,72); }
div.DivClassName
{
background-color: #FFE348;
}
.BgClassName
{
background-color: #FFE348;
}
</style>
border-color css
<style>
span { border-color: #FFE348; }
span { border-color: rgb(255,227,72); }
td.TdClassName
{
border-color: #FFE348;
}
.TagClassName
{
border-color: #FFE348;
}
</style>