Shades of Paris Daisy #FFE74E
Tints of Paris Daisy #FFE74E
RGB
CMYK
RGB Variations
Color information
#FFE74E (or 0xFFE74E) is known color: Paris Daisy. HEX triplet: FF, E7 and 4E. RGB value is (255,231,78). Sum of RGB (Red+Green+Blue) = 255+231+78=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 231 (90.62% from 255 or 40.96% from 564); Blue value is 78 (30.86% from 255 or 13.83% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE74E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE74E is #0018B1. Grayscale: #DDDDDD. Windows color (decimal): -6322 or 5171199. OLE color: 5171199.
HSL color Cylindrical-coordinate representation of color #FFE74E: hue angle of 51.86º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFE74E is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 231 | 78 | - |
| CMYK | 0 | 0.09 | 0.69 | 0 |
| HSL | 51.86º | 1% | 0.65% | - |
| HSV(B) | 51.86º | 0.69% | 1% | - |
| XYZ | 71.19 | 78.96 | 18.7 | - |
| YUV | 220.73 | 47.45 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 231 | 78 | 0 | 0.09 | 0.69 | 0 | 51.86 | 1 | 0.65 |
| Hex | FF | E7 | 4E | 0 | 9 | 45 | 0 | 34 | 64 | 41 |
| Octal | 377 | 347 | 116 | 0 | 11 | 105 | 0 | 64 | 144 | 101 |
| Binary | 11111111 | 11100111 | 1001110 | 0 | 1001 | 1000101 | 0 | 110100 | 1100100 | 1000001 |
Color Harmonies of #FFE74E
Complementary color
Monochromatic Colors of #FFE74E
Black with #FFE74E
Text Example
Text Example
White with #FFE74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE74E; }
p { color: rgb(255,231,78); }
H1.HeaderClassName
{
color: #FFE74E;
}
.AnyTagClassName
{
color: #FFE74E;
}
</style>
background-color css
<style>
a { background-color: #FFE74E; }
a { background-color: rgb(255,231,78); }
div.DivClassName
{
background-color: #FFE74E;
}
.BgClassName
{
background-color: #FFE74E;
}
</style>
border-color css
<style>
span { border-color: #FFE74E; }
span { border-color: rgb(255,231,78); }
td.TdClassName
{
border-color: #FFE74E;
}
.TagClassName
{
border-color: #FFE74E;
}
</style>