Shades of Paris Daisy #FEE74C
Tints of Paris Daisy #FEE74C
RGB
CMYK
RGB Variations
Color information
#FEE74C (or 0xFEE74C) is known color: Paris Daisy. HEX triplet: FE, E7 and 4C. RGB value is (254,231,76). Sum of RGB (Red+Green+Blue) = 254+231+76=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 231 (90.62% from 255 or 41.18% from 561); Blue value is 76 (30.08% from 255 or 13.55% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE74C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE74C is #0118B3. Grayscale: #DCDCDC. Windows color (decimal): -71860 or 5040126. OLE color: 5040126.
HSL color Cylindrical-coordinate representation of color #FEE74C: hue angle of 52.25º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FEE74C is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 76 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.00 |
| HSL | 52.25º | 0.99% | 0.65% | - |
| HSV(B) | 52.25º | 0.7% | 1% | - |
| XYZ | 70.75 | 78.74 | 18.31 | - |
| YUV | 220.21 | 46.62 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 76 | 0 | 0.09 | 0.70 | 0.00 | 52.25 | 0.99 | 0.65 |
| Hex | FE | E7 | 4C | 0 | 9 | 46 | 0 | 34 | 63 | 41 |
| Octal | 376 | 347 | 114 | 0 | 11 | 106 | 0 | 64 | 143 | 101 |
| Binary | 11111110 | 11100111 | 1001100 | 0 | 1001 | 1000110 | 0 | 110100 | 1100011 | 1000001 |
Color Harmonies of #FEE74C
Complementary color
Monochromatic Colors of #FEE74C
Black with #FEE74C
Text Example
Text Example
White with #FEE74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE74C; }
p { color: rgb(254,231,76); }
H1.HeaderClassName
{
color: #FEE74C;
}
.AnyTagClassName
{
color: #FEE74C;
}
</style>
background-color css
<style>
a { background-color: #FEE74C; }
a { background-color: rgb(254,231,76); }
div.DivClassName
{
background-color: #FEE74C;
}
.BgClassName
{
background-color: #FEE74C;
}
</style>
border-color css
<style>
span { border-color: #FEE74C; }
span { border-color: rgb(254,231,76); }
td.TdClassName
{
border-color: #FEE74C;
}
.TagClassName
{
border-color: #FEE74C;
}
</style>