Shades of Paris Daisy #FEEB55
Tints of Paris Daisy #FEEB55
RGB
CMYK
RGB Variations
Color information
#FEEB55 (or 0xFEEB55) is known color: Paris Daisy. HEX triplet: FE, EB and 55. RGB value is (254,235,85). Sum of RGB (Red+Green+Blue) = 254+235+85=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 235 (92.19% from 255 or 40.94% from 574); Blue value is 85 (33.59% from 255 or 14.81% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEB55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEB55 is #0114AA. Grayscale: #E0E0E0. Windows color (decimal): -70827 or 5630974. OLE color: 5630974.
HSL color Cylindrical-coordinate representation of color #FEEB55: hue angle of 53.25º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FEEB55 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 235 | 85 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.00 |
| HSL | 53.25º | 0.99% | 0.66% | - |
| HSV(B) | 53.25º | 0.67% | 1% | - |
| XYZ | 72.22 | 81.14 | 20.45 | - |
| YUV | 223.58 | 49.79 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 235 | 85 | 0 | 0.07 | 0.67 | 0.00 | 53.25 | 0.99 | 0.66 |
| Hex | FE | EB | 55 | 0 | 7 | 43 | 0 | 35 | 63 | 42 |
| Octal | 376 | 353 | 125 | 0 | 7 | 103 | 0 | 65 | 143 | 102 |
| Binary | 11111110 | 11101011 | 1010101 | 0 | 111 | 1000011 | 0 | 110101 | 1100011 | 1000010 |
Color Harmonies of #FEEB55
Complementary color
Monochromatic Colors of #FEEB55
Black with #FEEB55
Text Example
Text Example
White with #FEEB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEB55; }
p { color: rgb(254,235,85); }
H1.HeaderClassName
{
color: #FEEB55;
}
.AnyTagClassName
{
color: #FEEB55;
}
</style>
background-color css
<style>
a { background-color: #FEEB55; }
a { background-color: rgb(254,235,85); }
div.DivClassName
{
background-color: #FEEB55;
}
.BgClassName
{
background-color: #FEEB55;
}
</style>
border-color css
<style>
span { border-color: #FEEB55; }
span { border-color: rgb(254,235,85); }
td.TdClassName
{
border-color: #FEEB55;
}
.TagClassName
{
border-color: #FEEB55;
}
</style>