Shades of Paris Daisy #FFE44B
Tints of Paris Daisy #FFE44B
RGB
CMYK
RGB Variations
Color information
#FFE44B (or 0xFFE44B) is known color: Paris Daisy. HEX triplet: FF, E4 and 4B. RGB value is (255,228,75). Sum of RGB (Red+Green+Blue) = 255+228+75=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 228 (89.45% from 255 or 40.86% from 558); Blue value is 75 (29.69% from 255 or 13.44% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE44B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE44B is #001BB4. Grayscale: #DBDBDB. Windows color (decimal): -7093 or 4973823. OLE color: 4973823.
HSL color Cylindrical-coordinate representation of color #FFE44B: hue angle of 51º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFE44B is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 75 | - |
| CMYK | 0 | 0.11 | 0.71 | 0 |
| HSL | 51º | 1% | 0.65% | - |
| HSV(B) | 51º | 0.71% | 1% | - |
| XYZ | 70.25 | 77.25 | 17.87 | - |
| YUV | 218.63 | 46.95 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 75 | 0 | 0.11 | 0.71 | 0 | 51 | 1 | 0.65 |
| Hex | FF | E4 | 4B | 0 | B | 47 | 0 | 33 | 64 | 41 |
| Octal | 377 | 344 | 113 | 0 | 13 | 107 | 0 | 63 | 144 | 101 |
| Binary | 11111111 | 11100100 | 1001011 | 0 | 1011 | 1000111 | 0 | 110011 | 1100100 | 1000001 |
Color Harmonies of #FFE44B
Complementary color
Monochromatic Colors of #FFE44B
Black with #FFE44B
Text Example
Text Example
White with #FFE44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE44B; }
p { color: rgb(255,228,75); }
H1.HeaderClassName
{
color: #FFE44B;
}
.AnyTagClassName
{
color: #FFE44B;
}
</style>
background-color css
<style>
a { background-color: #FFE44B; }
a { background-color: rgb(255,228,75); }
div.DivClassName
{
background-color: #FFE44B;
}
.BgClassName
{
background-color: #FFE44B;
}
</style>
border-color css
<style>
span { border-color: #FFE44B; }
span { border-color: rgb(255,228,75); }
td.TdClassName
{
border-color: #FFE44B;
}
.TagClassName
{
border-color: #FFE44B;
}
</style>