Shades of Paris Daisy #FFEA4C
Tints of Paris Daisy #FFEA4C
RGB
CMYK
RGB Variations
Color information
#FFEA4C (or 0xFFEA4C) is known color: Paris Daisy. HEX triplet: FF, EA and 4C. RGB value is (255,234,76). Sum of RGB (Red+Green+Blue) = 255+234+76=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 234 (91.80% from 255 or 41.42% from 565); Blue value is 76 (30.08% from 255 or 13.45% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA4C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEA4C is #0015B3. Grayscale: #DEDEDE. Windows color (decimal): -5556 or 5040895. OLE color: 5040895.
HSL color Cylindrical-coordinate representation of color #FFEA4C: hue angle of 52.96º 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 #FFEA4C is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 76 | - |
| CMYK | 0 | 0.08 | 0.70 | 0 |
| HSL | 52.96º | 1% | 0.65% | - |
| HSV(B) | 52.96º | 0.7% | 1% | - |
| XYZ | 71.97 | 80.63 | 18.61 | - |
| YUV | 222.27 | 45.46 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 76 | 0 | 0.08 | 0.70 | 0 | 52.96 | 1 | 0.65 |
| Hex | FF | EA | 4C | 0 | 8 | 46 | 0 | 35 | 64 | 41 |
| Octal | 377 | 352 | 114 | 0 | 10 | 106 | 0 | 65 | 144 | 101 |
| Binary | 11111111 | 11101010 | 1001100 | 0 | 1000 | 1000110 | 0 | 110101 | 1100100 | 1000001 |
Color Harmonies of #FFEA4C
Complementary color
Monochromatic Colors of #FFEA4C
Black with #FFEA4C
Text Example
Text Example
White with #FFEA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA4C; }
p { color: rgb(255,234,76); }
H1.HeaderClassName
{
color: #FFEA4C;
}
.AnyTagClassName
{
color: #FFEA4C;
}
</style>
background-color css
<style>
a { background-color: #FFEA4C; }
a { background-color: rgb(255,234,76); }
div.DivClassName
{
background-color: #FFEA4C;
}
.BgClassName
{
background-color: #FFEA4C;
}
</style>
border-color css
<style>
span { border-color: #FFEA4C; }
span { border-color: rgb(255,234,76); }
td.TdClassName
{
border-color: #FFEA4C;
}
.TagClassName
{
border-color: #FFEA4C;
}
</style>