Shades of Paris Daisy #FFE34D
Tints of Paris Daisy #FFE34D
RGB
CMYK
RGB Variations
Color information
#FFE34D (or 0xFFE34D) is known color: Paris Daisy. HEX triplet: FF, E3 and 4D. RGB value is (255,227,77). Sum of RGB (Red+Green+Blue) = 255+227+77=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 227 (89.06% from 255 or 40.61% from 559); Blue value is 77 (30.47% from 255 or 13.77% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE34D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE34D is #001CB2. Grayscale: #DADADA. Windows color (decimal): -7347 or 5104639. OLE color: 5104639.
HSL color Cylindrical-coordinate representation of color #FFE34D: hue angle of 50.56º 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 #FFE34D is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 77 | - |
| CMYK | 0 | 0.11 | 0.70 | 0 |
| HSL | 50.56º | 1% | 0.65% | - |
| HSV(B) | 50.56º | 0.7% | 1% | - |
| XYZ | 70.05 | 76.73 | 18.14 | - |
| YUV | 218.27 | 48.28 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 77 | 0 | 0.11 | 0.70 | 0 | 50.56 | 1 | 0.65 |
| Hex | FF | E3 | 4D | 0 | B | 46 | 0 | 33 | 64 | 41 |
| Octal | 377 | 343 | 115 | 0 | 13 | 106 | 0 | 63 | 144 | 101 |
| Binary | 11111111 | 11100011 | 1001101 | 0 | 1011 | 1000110 | 0 | 110011 | 1100100 | 1000001 |
Color Harmonies of #FFE34D
Complementary color
Monochromatic Colors of #FFE34D
Black with #FFE34D
Text Example
Text Example
White with #FFE34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE34D; }
p { color: rgb(255,227,77); }
H1.HeaderClassName
{
color: #FFE34D;
}
.AnyTagClassName
{
color: #FFE34D;
}
</style>
background-color css
<style>
a { background-color: #FFE34D; }
a { background-color: rgb(255,227,77); }
div.DivClassName
{
background-color: #FFE34D;
}
.BgClassName
{
background-color: #FFE34D;
}
</style>
border-color css
<style>
span { border-color: #FFE34D; }
span { border-color: rgb(255,227,77); }
td.TdClassName
{
border-color: #FFE34D;
}
.TagClassName
{
border-color: #FFE34D;
}
</style>