Shades of Paris Daisy #FFE34C
Tints of Paris Daisy #FFE34C
RGB
CMYK
RGB Variations
Color information
#FFE34C (or 0xFFE34C) is known color: Paris Daisy. HEX triplet: FF, E3 and 4C. RGB value is (255,227,76). Sum of RGB (Red+Green+Blue) = 255+227+76=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 227 (89.06% from 255 or 40.68% from 558); Blue value is 76 (30.08% from 255 or 13.62% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE34C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE34C is #001CB3. Grayscale: #DADADA. Windows color (decimal): -7348 or 5039103. OLE color: 5039103.
HSL color Cylindrical-coordinate representation of color #FFE34C: hue angle of 50.61º 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 #FFE34C is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 76 | - |
| CMYK | 0 | 0.11 | 0.70 | 0 |
| HSL | 50.61º | 1% | 0.65% | - |
| HSV(B) | 50.61º | 0.7% | 1% | - |
| XYZ | 70.01 | 76.72 | 17.96 | - |
| YUV | 218.16 | 47.78 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 76 | 0 | 0.11 | 0.70 | 0 | 50.61 | 1 | 0.65 |
| Hex | FF | E3 | 4C | 0 | B | 46 | 0 | 33 | 64 | 41 |
| Octal | 377 | 343 | 114 | 0 | 13 | 106 | 0 | 63 | 144 | 101 |
| Binary | 11111111 | 11100011 | 1001100 | 0 | 1011 | 1000110 | 0 | 110011 | 1100100 | 1000001 |
Color Harmonies of #FFE34C
Complementary color
Monochromatic Colors of #FFE34C
Black with #FFE34C
Text Example
Text Example
White with #FFE34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE34C; }
p { color: rgb(255,227,76); }
H1.HeaderClassName
{
color: #FFE34C;
}
.AnyTagClassName
{
color: #FFE34C;
}
</style>
background-color css
<style>
a { background-color: #FFE34C; }
a { background-color: rgb(255,227,76); }
div.DivClassName
{
background-color: #FFE34C;
}
.BgClassName
{
background-color: #FFE34C;
}
</style>
border-color css
<style>
span { border-color: #FFE34C; }
span { border-color: rgb(255,227,76); }
td.TdClassName
{
border-color: #FFE34C;
}
.TagClassName
{
border-color: #FFE34C;
}
</style>