Shades of Paris Daisy #FEE34F
Tints of Paris Daisy #FEE34F
RGB
CMYK
RGB Variations
Color information
#FEE34F (or 0xFEE34F) is known color: Paris Daisy. HEX triplet: FE, E3 and 4F. RGB value is (254,227,79). Sum of RGB (Red+Green+Blue) = 254+227+79=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 227 (89.06% from 255 or 40.54% from 560); Blue value is 79 (31.25% from 255 or 14.11% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE34F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE34F is #011CB0. Grayscale: #DADADA. Windows color (decimal): -72881 or 5235710. OLE color: 5235710.
HSL color Cylindrical-coordinate representation of color #FEE34F: hue angle of 50.74º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FEE34F is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 79 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.00 |
| HSL | 50.74º | 0.99% | 0.65% | - |
| HSV(B) | 50.74º | 0.69% | 1% | - |
| XYZ | 69.75 | 76.57 | 18.5 | - |
| YUV | 218.2 | 49.45 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 79 | 0 | 0.11 | 0.69 | 0.00 | 50.74 | 0.99 | 0.65 |
| Hex | FE | E3 | 4F | 0 | B | 45 | 0 | 33 | 63 | 41 |
| Octal | 376 | 343 | 117 | 0 | 13 | 105 | 0 | 63 | 143 | 101 |
| Binary | 11111110 | 11100011 | 1001111 | 0 | 1011 | 1000101 | 0 | 110011 | 1100011 | 1000001 |
Color Harmonies of #FEE34F
Complementary color
Monochromatic Colors of #FEE34F
Black with #FEE34F
Text Example
Text Example
White with #FEE34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE34F; }
p { color: rgb(254,227,79); }
H1.HeaderClassName
{
color: #FEE34F;
}
.AnyTagClassName
{
color: #FEE34F;
}
</style>
background-color css
<style>
a { background-color: #FEE34F; }
a { background-color: rgb(254,227,79); }
div.DivClassName
{
background-color: #FEE34F;
}
.BgClassName
{
background-color: #FEE34F;
}
</style>
border-color css
<style>
span { border-color: #FEE34F; }
span { border-color: rgb(254,227,79); }
td.TdClassName
{
border-color: #FEE34F;
}
.TagClassName
{
border-color: #FEE34F;
}
</style>