Shades of Paris Daisy #FFE94D
Tints of Paris Daisy #FFE94D
RGB
CMYK
RGB Variations
Color information
#FFE94D (or 0xFFE94D) is known color: Paris Daisy. HEX triplet: FF, E9 and 4D. RGB value is (255,233,77). Sum of RGB (Red+Green+Blue) = 255+233+77=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 233 (91.41% from 255 or 41.24% from 565); Blue value is 77 (30.47% from 255 or 13.63% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE94D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE94D is #0016B2. Grayscale: #DEDEDE. Windows color (decimal): -5811 or 5106175. OLE color: 5106175.
HSL color Cylindrical-coordinate representation of color #FFE94D: hue angle of 52.58º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FFE94D is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 77 | - |
| CMYK | 0 | 0.09 | 0.70 | 0 |
| HSL | 52.58º | 1% | 0.65% | - |
| HSV(B) | 52.58º | 0.7% | 1% | - |
| XYZ | 71.72 | 80.07 | 18.7 | - |
| YUV | 221.79 | 46.29 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 77 | 0 | 0.09 | 0.70 | 0 | 52.58 | 1 | 0.65 |
| Hex | FF | E9 | 4D | 0 | 9 | 46 | 0 | 35 | 64 | 41 |
| Octal | 377 | 351 | 115 | 0 | 11 | 106 | 0 | 65 | 144 | 101 |
| Binary | 11111111 | 11101001 | 1001101 | 0 | 1001 | 1000110 | 0 | 110101 | 1100100 | 1000001 |
Color Harmonies of #FFE94D
Complementary color
Monochromatic Colors of #FFE94D
Black with #FFE94D
Text Example
Text Example
White with #FFE94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE94D; }
p { color: rgb(255,233,77); }
H1.HeaderClassName
{
color: #FFE94D;
}
.AnyTagClassName
{
color: #FFE94D;
}
</style>
background-color css
<style>
a { background-color: #FFE94D; }
a { background-color: rgb(255,233,77); }
div.DivClassName
{
background-color: #FFE94D;
}
.BgClassName
{
background-color: #FFE94D;
}
</style>
border-color css
<style>
span { border-color: #FFE94D; }
span { border-color: rgb(255,233,77); }
td.TdClassName
{
border-color: #FFE94D;
}
.TagClassName
{
border-color: #FFE94D;
}
</style>