Shades of Paris Daisy #FFEE4A
Tints of Paris Daisy #FFEE4A
RGB
CMYK
RGB Variations
Color information
#FFEE4A (or 0xFFEE4A) is known color: Paris Daisy. HEX triplet: FF, EE and 4A. RGB value is (255,238,74). Sum of RGB (Red+Green+Blue) = 255+238+74=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 238 (93.36% from 255 or 41.98% from 567); Blue value is 74 (29.30% from 255 or 13.05% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEE4A is #0011B5. Grayscale: #E1E1E1. Windows color (decimal): -4534 or 4910847. OLE color: 4910847.
HSL color Cylindrical-coordinate representation of color #FFEE4A: hue angle of 54.36º 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 #FFEE4A is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 74 | - |
| CMYK | 0 | 0.07 | 0.71 | 0 |
| HSL | 54.36º | 1% | 0.65% | - |
| HSV(B) | 54.36º | 0.71% | 1% | - |
| XYZ | 73.05 | 82.9 | 18.63 | - |
| YUV | 224.39 | 43.13 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 74 | 0 | 0.07 | 0.71 | 0 | 54.36 | 1 | 0.65 |
| Hex | FF | EE | 4A | 0 | 7 | 47 | 0 | 36 | 64 | 41 |
| Octal | 377 | 356 | 112 | 0 | 7 | 107 | 0 | 66 | 144 | 101 |
| Binary | 11111111 | 11101110 | 1001010 | 0 | 111 | 1000111 | 0 | 110110 | 1100100 | 1000001 |
Color Harmonies of #FFEE4A
Complementary color
Monochromatic Colors of #FFEE4A
Black with #FFEE4A
Text Example
Text Example
White with #FFEE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE4A; }
p { color: rgb(255,238,74); }
H1.HeaderClassName
{
color: #FFEE4A;
}
.AnyTagClassName
{
color: #FFEE4A;
}
</style>
background-color css
<style>
a { background-color: #FFEE4A; }
a { background-color: rgb(255,238,74); }
div.DivClassName
{
background-color: #FFEE4A;
}
.BgClassName
{
background-color: #FFEE4A;
}
</style>
border-color css
<style>
span { border-color: #FFEE4A; }
span { border-color: rgb(255,238,74); }
td.TdClassName
{
border-color: #FFEE4A;
}
.TagClassName
{
border-color: #FFEE4A;
}
</style>