Shades of Paris Daisy #EAF14C
Tints of Paris Daisy #EAF14C
RGB
CMYK
RGB Variations
Color information
#EAF14C (or 0xEAF14C) is known color: Paris Daisy. HEX triplet: EA, F1 and 4C. RGB value is (234,241,76). Sum of RGB (Red+Green+Blue) = 234+241+76=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 241 (94.53% from 255 or 43.74% from 551); Blue value is 76 (30.08% from 255 or 13.79% from 551); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF14C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF14C is #150EB3. Grayscale: #DCDCDC. Windows color (decimal): -1380020 or 5042666. OLE color: 5042666.
HSL color Cylindrical-coordinate representation of color #EAF14C: hue angle of 62.55º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EAF14C is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 241 | 76 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.05 |
| HSL | 62.55º | 0.85% | 0.62% | - |
| HSV(B) | 62.55º | 0.68% | 0.95% | - |
| XYZ | 66.69 | 80.92 | 18.94 | - |
| YUV | 220.1 | 46.68 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 241 | 76 | 0.03 | 0 | 0.68 | 0.05 | 62.55 | 0.85 | 0.62 |
| Hex | EA | F1 | 4C | 3 | 0 | 44 | 5 | 3F | 55 | 3E |
| Octal | 352 | 361 | 114 | 3 | 0 | 104 | 5 | 77 | 125 | 76 |
| Binary | 11101010 | 11110001 | 1001100 | 11 | 0 | 1000100 | 101 | 111111 | 1010101 | 111110 |
Color Harmonies of #EAF14C
Complementary color
Monochromatic Colors of #EAF14C
Black with #EAF14C
Text Example
Text Example
White with #EAF14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF14C; }
p { color: rgb(234,241,76); }
H1.HeaderClassName
{
color: #EAF14C;
}
.AnyTagClassName
{
color: #EAF14C;
}
</style>
background-color css
<style>
a { background-color: #EAF14C; }
a { background-color: rgb(234,241,76); }
div.DivClassName
{
background-color: #EAF14C;
}
.BgClassName
{
background-color: #EAF14C;
}
</style>
border-color css
<style>
span { border-color: #EAF14C; }
span { border-color: rgb(234,241,76); }
td.TdClassName
{
border-color: #EAF14C;
}
.TagClassName
{
border-color: #EAF14C;
}
</style>