Shades of Paris Daisy #FFEF45
Tints of Paris Daisy #FFEF45
RGB
CMYK
RGB Variations
Color information
#FFEF45 (or 0xFFEF45) is known color: Paris Daisy. HEX triplet: FF, EF and 45. RGB value is (255,239,69). Sum of RGB (Red+Green+Blue) = 255+239+69=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 239 (93.75% from 255 or 42.45% from 563); Blue value is 69 (27.34% from 255 or 12.26% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEF45 is #0010BA. Grayscale: #E1E1E1. Windows color (decimal): -4283 or 4583423. OLE color: 4583423.
HSL color Cylindrical-coordinate representation of color #FFEF45: hue angle of 54.84º 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 #FFEF45 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 69 | - |
| CMYK | 0 | 0.06 | 0.73 | 0 |
| HSL | 54.84º | 1% | 0.64% | - |
| HSV(B) | 54.84º | 0.73% | 1% | - |
| XYZ | 73.18 | 83.42 | 17.88 | - |
| YUV | 224.4 | 40.3 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 69 | 0 | 0.06 | 0.73 | 0 | 54.84 | 1 | 0.64 |
| Hex | FF | EF | 45 | 0 | 6 | 49 | 0 | 37 | 64 | 40 |
| Octal | 377 | 357 | 105 | 0 | 6 | 111 | 0 | 67 | 144 | 100 |
| Binary | 11111111 | 11101111 | 1000101 | 0 | 110 | 1001001 | 0 | 110111 | 1100100 | 1000000 |
Color Harmonies of #FFEF45
Complementary color
Monochromatic Colors of #FFEF45
Black with #FFEF45
Text Example
Text Example
White with #FFEF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF45; }
p { color: rgb(255,239,69); }
H1.HeaderClassName
{
color: #FFEF45;
}
.AnyTagClassName
{
color: #FFEF45;
}
</style>
background-color css
<style>
a { background-color: #FFEF45; }
a { background-color: rgb(255,239,69); }
div.DivClassName
{
background-color: #FFEF45;
}
.BgClassName
{
background-color: #FFEF45;
}
</style>
border-color css
<style>
span { border-color: #FFEF45; }
span { border-color: rgb(255,239,69); }
td.TdClassName
{
border-color: #FFEF45;
}
.TagClassName
{
border-color: #FFEF45;
}
</style>