Shades of Paris Daisy #FEE34B
Tints of Paris Daisy #FEE34B
RGB
CMYK
RGB Variations
Color information
#FEE34B (or 0xFEE34B) is known color: Paris Daisy. HEX triplet: FE, E3 and 4B. RGB value is (254,227,75). Sum of RGB (Red+Green+Blue) = 254+227+75=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 227 (89.06% from 255 or 40.83% from 556); Blue value is 75 (29.69% from 255 or 13.49% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE34B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE34B is #011CB4. Grayscale: #DADADA. Windows color (decimal): -72885 or 4973566. OLE color: 4973566.
HSL color Cylindrical-coordinate representation of color #FEE34B: hue angle of 50.95º 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 #FEE34B is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 75 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.00 |
| HSL | 50.95º | 0.99% | 0.65% | - |
| HSV(B) | 50.95º | 0.7% | 1% | - |
| XYZ | 69.61 | 76.52 | 17.76 | - |
| YUV | 217.75 | 47.45 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 75 | 0 | 0.11 | 0.70 | 0.00 | 50.95 | 0.99 | 0.65 |
| Hex | FE | E3 | 4B | 0 | B | 46 | 0 | 33 | 63 | 41 |
| Octal | 376 | 343 | 113 | 0 | 13 | 106 | 0 | 63 | 143 | 101 |
| Binary | 11111110 | 11100011 | 1001011 | 0 | 1011 | 1000110 | 0 | 110011 | 1100011 | 1000001 |
Color Harmonies of #FEE34B
Complementary color
Monochromatic Colors of #FEE34B
Black with #FEE34B
Text Example
Text Example
White with #FEE34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE34B; }
p { color: rgb(254,227,75); }
H1.HeaderClassName
{
color: #FEE34B;
}
.AnyTagClassName
{
color: #FEE34B;
}
</style>
background-color css
<style>
a { background-color: #FEE34B; }
a { background-color: rgb(254,227,75); }
div.DivClassName
{
background-color: #FEE34B;
}
.BgClassName
{
background-color: #FEE34B;
}
</style>
border-color css
<style>
span { border-color: #FEE34B; }
span { border-color: rgb(254,227,75); }
td.TdClassName
{
border-color: #FEE34B;
}
.TagClassName
{
border-color: #FEE34B;
}
</style>