Shades of Paris Daisy #FEE74A
Tints of Paris Daisy #FEE74A
RGB
CMYK
RGB Variations
Color information
#FEE74A (or 0xFEE74A) is known color: Paris Daisy. HEX triplet: FE, E7 and 4A. RGB value is (254,231,74). Sum of RGB (Red+Green+Blue) = 254+231+74=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 231 (90.62% from 255 or 41.32% from 559); Blue value is 74 (29.30% from 255 or 13.24% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE74A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE74A is #0118B5. Grayscale: #DCDCDC. Windows color (decimal): -71862 or 4909054. OLE color: 4909054.
HSL color Cylindrical-coordinate representation of color #FEE74A: hue angle of 52.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FEE74A is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 74 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.00 |
| HSL | 52.33º | 0.99% | 0.64% | - |
| HSV(B) | 52.33º | 0.71% | 1% | - |
| XYZ | 70.69 | 78.72 | 17.95 | - |
| YUV | 219.98 | 45.62 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 74 | 0 | 0.09 | 0.71 | 0.00 | 52.33 | 0.99 | 0.64 |
| Hex | FE | E7 | 4A | 0 | 9 | 47 | 0 | 34 | 63 | 40 |
| Octal | 376 | 347 | 112 | 0 | 11 | 107 | 0 | 64 | 143 | 100 |
| Binary | 11111110 | 11100111 | 1001010 | 0 | 1001 | 1000111 | 0 | 110100 | 1100011 | 1000000 |
Color Harmonies of #FEE74A
Complementary color
Monochromatic Colors of #FEE74A
Black with #FEE74A
Text Example
Text Example
White with #FEE74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE74A; }
p { color: rgb(254,231,74); }
H1.HeaderClassName
{
color: #FEE74A;
}
.AnyTagClassName
{
color: #FEE74A;
}
</style>
background-color css
<style>
a { background-color: #FEE74A; }
a { background-color: rgb(254,231,74); }
div.DivClassName
{
background-color: #FEE74A;
}
.BgClassName
{
background-color: #FEE74A;
}
</style>
border-color css
<style>
span { border-color: #FEE74A; }
span { border-color: rgb(254,231,74); }
td.TdClassName
{
border-color: #FEE74A;
}
.TagClassName
{
border-color: #FEE74A;
}
</style>