Shades of Paris Daisy #FFE64A
Tints of Paris Daisy #FFE64A
RGB
CMYK
RGB Variations
Color information
#FFE64A (or 0xFFE64A) is known color: Paris Daisy. HEX triplet: FF, E6 and 4A. RGB value is (255,230,74). Sum of RGB (Red+Green+Blue) = 255+230+74=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 230 (90.23% from 255 or 41.14% from 559); Blue value is 74 (29.30% from 255 or 13.24% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE64A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFE64A is #0019B5. Grayscale: #DCDCDC. Windows color (decimal): -6582 or 4908799. OLE color: 4908799.
HSL color Cylindrical-coordinate representation of color #FFE64A: hue angle of 51.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 #FFE64A is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 74 | - |
| CMYK | 0 | 0.10 | 0.71 | 0 |
| HSL | 51.71º | 1% | 0.65% | - |
| HSV(B) | 51.71º | 0.71% | 1% | - |
| XYZ | 70.77 | 78.35 | 17.87 | - |
| YUV | 219.69 | 45.78 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 74 | 0 | 0.10 | 0.71 | 0 | 51.71 | 1 | 0.65 |
| Hex | FF | E6 | 4A | 0 | A | 47 | 0 | 34 | 64 | 41 |
| Octal | 377 | 346 | 112 | 0 | 12 | 107 | 0 | 64 | 144 | 101 |
| Binary | 11111111 | 11100110 | 1001010 | 0 | 1010 | 1000111 | 0 | 110100 | 1100100 | 1000001 |
Color Harmonies of #FFE64A
Complementary color
Monochromatic Colors of #FFE64A
Black with #FFE64A
Text Example
Text Example
White with #FFE64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE64A; }
p { color: rgb(255,230,74); }
H1.HeaderClassName
{
color: #FFE64A;
}
.AnyTagClassName
{
color: #FFE64A;
}
</style>
background-color css
<style>
a { background-color: #FFE64A; }
a { background-color: rgb(255,230,74); }
div.DivClassName
{
background-color: #FFE64A;
}
.BgClassName
{
background-color: #FFE64A;
}
</style>
border-color css
<style>
span { border-color: #FFE64A; }
span { border-color: rgb(255,230,74); }
td.TdClassName
{
border-color: #FFE64A;
}
.TagClassName
{
border-color: #FFE64A;
}
</style>