Shades of Paris Daisy #FFE24C
Tints of Paris Daisy #FFE24C
RGB
CMYK
RGB Variations
Color information
#FFE24C (or 0xFFE24C) is known color: Paris Daisy. HEX triplet: FF, E2 and 4C. RGB value is (255,226,76). Sum of RGB (Red+Green+Blue) = 255+226+76=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 226 (88.67% from 255 or 40.57% from 557); Blue value is 76 (30.08% from 255 or 13.64% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE24C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE24C is #001DB3. Grayscale: #DADADA. Windows color (decimal): -7604 or 5038847. OLE color: 5038847.
HSL color Cylindrical-coordinate representation of color #FFE24C: hue angle of 50.28º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FFE24C is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 76 | - |
| CMYK | 0 | 0.11 | 0.70 | 0 |
| HSL | 50.28º | 1% | 0.65% | - |
| HSV(B) | 50.28º | 0.7% | 1% | - |
| XYZ | 69.74 | 76.17 | 17.86 | - |
| YUV | 217.57 | 48.11 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 76 | 0 | 0.11 | 0.70 | 0 | 50.28 | 1 | 0.65 |
| Hex | FF | E2 | 4C | 0 | B | 46 | 0 | 32 | 64 | 41 |
| Octal | 377 | 342 | 114 | 0 | 13 | 106 | 0 | 62 | 144 | 101 |
| Binary | 11111111 | 11100010 | 1001100 | 0 | 1011 | 1000110 | 0 | 110010 | 1100100 | 1000001 |
Color Harmonies of #FFE24C
Complementary color
Monochromatic Colors of #FFE24C
Black with #FFE24C
Text Example
Text Example
White with #FFE24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE24C; }
p { color: rgb(255,226,76); }
H1.HeaderClassName
{
color: #FFE24C;
}
.AnyTagClassName
{
color: #FFE24C;
}
</style>
background-color css
<style>
a { background-color: #FFE24C; }
a { background-color: rgb(255,226,76); }
div.DivClassName
{
background-color: #FFE24C;
}
.BgClassName
{
background-color: #FFE24C;
}
</style>
border-color css
<style>
span { border-color: #FFE24C; }
span { border-color: rgb(255,226,76); }
td.TdClassName
{
border-color: #FFE24C;
}
.TagClassName
{
border-color: #FFE24C;
}
</style>