Shades of Paris Daisy #FFE04B
Tints of Paris Daisy #FFE04B
RGB
CMYK
RGB Variations
Color information
#FFE04B (or 0xFFE04B) is known color: Paris Daisy. HEX triplet: FF, E0 and 4B. RGB value is (255,224,75). Sum of RGB (Red+Green+Blue) = 255+224+75=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 224 (87.89% from 255 or 40.43% from 554); Blue value is 75 (29.69% from 255 or 13.54% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE04B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE04B is #001FB4. Grayscale: #D8D8D8. Windows color (decimal): -8117 or 4972799. OLE color: 4972799.
HSL color Cylindrical-coordinate representation of color #FFE04B: hue angle of 49.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFE04B is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 75 | - |
| CMYK | 0 | 0.12 | 0.71 | 0 |
| HSL | 49.67º | 1% | 0.65% | - |
| HSV(B) | 49.67º | 0.71% | 1% | - |
| XYZ | 69.17 | 75.08 | 17.5 | - |
| YUV | 216.28 | 48.27 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 75 | 0 | 0.12 | 0.71 | 0 | 49.67 | 1 | 0.65 |
| Hex | FF | E0 | 4B | 0 | C | 47 | 0 | 32 | 64 | 41 |
| Octal | 377 | 340 | 113 | 0 | 14 | 107 | 0 | 62 | 144 | 101 |
| Binary | 11111111 | 11100000 | 1001011 | 0 | 1100 | 1000111 | 0 | 110010 | 1100100 | 1000001 |
Color Harmonies of #FFE04B
Complementary color
Monochromatic Colors of #FFE04B
Black with #FFE04B
Text Example
Text Example
White with #FFE04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE04B; }
p { color: rgb(255,224,75); }
H1.HeaderClassName
{
color: #FFE04B;
}
.AnyTagClassName
{
color: #FFE04B;
}
</style>
background-color css
<style>
a { background-color: #FFE04B; }
a { background-color: rgb(255,224,75); }
div.DivClassName
{
background-color: #FFE04B;
}
.BgClassName
{
background-color: #FFE04B;
}
</style>
border-color css
<style>
span { border-color: #FFE04B; }
span { border-color: rgb(255,224,75); }
td.TdClassName
{
border-color: #FFE04B;
}
.TagClassName
{
border-color: #FFE04B;
}
</style>