Shades of Paris Daisy #FFE94A
Tints of Paris Daisy #FFE94A
RGB
CMYK
RGB Variations
Color information
#FFE94A (or 0xFFE94A) is known color: Paris Daisy. HEX triplet: FF, E9 and 4A. RGB value is (255,233,74). Sum of RGB (Red+Green+Blue) = 255+233+74=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 233 (91.41% from 255 or 41.46% from 562); Blue value is 74 (29.30% from 255 or 13.17% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE94A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFE94A is #0016B5. Grayscale: #DEDEDE. Windows color (decimal): -5814 or 4909567. OLE color: 4909567.
HSL color Cylindrical-coordinate representation of color #FFE94A: hue angle of 52.71º 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 #FFE94A is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 74 | - |
| CMYK | 0 | 0.09 | 0.71 | 0 |
| HSL | 52.71º | 1% | 0.65% | - |
| HSV(B) | 52.71º | 0.71% | 1% | - |
| XYZ | 71.61 | 80.03 | 18.15 | - |
| YUV | 221.45 | 44.79 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 74 | 0 | 0.09 | 0.71 | 0 | 52.71 | 1 | 0.65 |
| Hex | FF | E9 | 4A | 0 | 9 | 47 | 0 | 35 | 64 | 41 |
| Octal | 377 | 351 | 112 | 0 | 11 | 107 | 0 | 65 | 144 | 101 |
| Binary | 11111111 | 11101001 | 1001010 | 0 | 1001 | 1000111 | 0 | 110101 | 1100100 | 1000001 |
Color Harmonies of #FFE94A
Complementary color
Monochromatic Colors of #FFE94A
Black with #FFE94A
Text Example
Text Example
White with #FFE94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE94A; }
p { color: rgb(255,233,74); }
H1.HeaderClassName
{
color: #FFE94A;
}
.AnyTagClassName
{
color: #FFE94A;
}
</style>
background-color css
<style>
a { background-color: #FFE94A; }
a { background-color: rgb(255,233,74); }
div.DivClassName
{
background-color: #FFE94A;
}
.BgClassName
{
background-color: #FFE94A;
}
</style>
border-color css
<style>
span { border-color: #FFE94A; }
span { border-color: rgb(255,233,74); }
td.TdClassName
{
border-color: #FFE94A;
}
.TagClassName
{
border-color: #FFE94A;
}
</style>