Shades of Paris Daisy #FFE350
Tints of Paris Daisy #FFE350
RGB
CMYK
RGB Variations
Color information
#FFE350 (or 0xFFE350) is known color: Paris Daisy. HEX triplet: FF, E3 and 50. RGB value is (255,227,80). Sum of RGB (Red+Green+Blue) = 255+227+80=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 227 (89.06% from 255 or 40.39% from 562); Blue value is 80 (31.64% from 255 or 14.23% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE350 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE350 is #001CAF. Grayscale: #DBDBDB. Windows color (decimal): -7344 or 5301247. OLE color: 5301247.
HSL color Cylindrical-coordinate representation of color #FFE350: hue angle of 50.4º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFE350 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 80 | - |
| CMYK | 0 | 0.11 | 0.69 | 0 |
| HSL | 50.4º | 1% | 0.66% | - |
| HSV(B) | 50.4º | 0.69% | 1% | - |
| XYZ | 70.16 | 76.78 | 18.71 | - |
| YUV | 218.61 | 49.78 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 80 | 0 | 0.11 | 0.69 | 0 | 50.4 | 1 | 0.66 |
| Hex | FF | E3 | 50 | 0 | B | 45 | 0 | 32 | 64 | 42 |
| Octal | 377 | 343 | 120 | 0 | 13 | 105 | 0 | 62 | 144 | 102 |
| Binary | 11111111 | 11100011 | 1010000 | 0 | 1011 | 1000101 | 0 | 110010 | 1100100 | 1000010 |
Color Harmonies of #FFE350
Complementary color
Monochromatic Colors of #FFE350
Black with #FFE350
Text Example
Text Example
White with #FFE350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE350; }
p { color: rgb(255,227,80); }
H1.HeaderClassName
{
color: #FFE350;
}
.AnyTagClassName
{
color: #FFE350;
}
</style>
background-color css
<style>
a { background-color: #FFE350; }
a { background-color: rgb(255,227,80); }
div.DivClassName
{
background-color: #FFE350;
}
.BgClassName
{
background-color: #FFE350;
}
</style>
border-color css
<style>
span { border-color: #FFE350; }
span { border-color: rgb(255,227,80); }
td.TdClassName
{
border-color: #FFE350;
}
.TagClassName
{
border-color: #FFE350;
}
</style>