Shades of Paris Daisy #FFEE46
Tints of Paris Daisy #FFEE46
RGB
CMYK
RGB Variations
Color information
#FFEE46 (or 0xFFEE46) is known color: Paris Daisy. HEX triplet: FF, EE and 46. RGB value is (255,238,70). Sum of RGB (Red+Green+Blue) = 255+238+70=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 238 (93.36% from 255 or 42.27% from 563); Blue value is 70 (27.73% from 255 or 12.43% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE46 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEE46 is #0011B9. Grayscale: #E0E0E0. Windows color (decimal): -4538 or 4648703. OLE color: 4648703.
HSL color Cylindrical-coordinate representation of color #FFEE46: hue angle of 54.49º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFEE46 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 70 | - |
| CMYK | 0 | 0.07 | 0.73 | 0 |
| HSL | 54.49º | 1% | 0.64% | - |
| HSV(B) | 54.49º | 0.73% | 1% | - |
| XYZ | 72.92 | 82.85 | 17.94 | - |
| YUV | 223.93 | 41.13 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 70 | 0 | 0.07 | 0.73 | 0 | 54.49 | 1 | 0.64 |
| Hex | FF | EE | 46 | 0 | 7 | 49 | 0 | 36 | 64 | 40 |
| Octal | 377 | 356 | 106 | 0 | 7 | 111 | 0 | 66 | 144 | 100 |
| Binary | 11111111 | 11101110 | 1000110 | 0 | 111 | 1001001 | 0 | 110110 | 1100100 | 1000000 |
Color Harmonies of #FFEE46
Complementary color
Monochromatic Colors of #FFEE46
Black with #FFEE46
Text Example
Text Example
White with #FFEE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE46; }
p { color: rgb(255,238,70); }
H1.HeaderClassName
{
color: #FFEE46;
}
.AnyTagClassName
{
color: #FFEE46;
}
</style>
background-color css
<style>
a { background-color: #FFEE46; }
a { background-color: rgb(255,238,70); }
div.DivClassName
{
background-color: #FFEE46;
}
.BgClassName
{
background-color: #FFEE46;
}
</style>
border-color css
<style>
span { border-color: #FFEE46; }
span { border-color: rgb(255,238,70); }
td.TdClassName
{
border-color: #FFEE46;
}
.TagClassName
{
border-color: #FFEE46;
}
</style>