Shades of Paris Daisy #EAF84C
Tints of Paris Daisy #EAF84C
RGB
CMYK
RGB Variations
Color information
#EAF84C (or 0xEAF84C) is known color: Paris Daisy. HEX triplet: EA, F8 and 4C. RGB value is (234,248,76). Sum of RGB (Red+Green+Blue) = 234+248+76=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 248 (97.27% from 255 or 44.44% from 558); Blue value is 76 (30.08% from 255 or 13.62% from 558); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF84C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF84C is #1507B3. Grayscale: #E0E0E0. Windows color (decimal): -1378228 or 5044458. OLE color: 5044458.
HSL color Cylindrical-coordinate representation of color #EAF84C: hue angle of 64.88º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EAF84C is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 248 | 76 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.03 |
| HSL | 64.88º | 0.92% | 0.64% | - |
| HSV(B) | 64.88º | 0.69% | 0.97% | - |
| XYZ | 68.8 | 85.15 | 19.65 | - |
| YUV | 224.21 | 44.36 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 248 | 76 | 0.06 | 0 | 0.69 | 0.03 | 64.88 | 0.92 | 0.64 |
| Hex | EA | F8 | 4C | 6 | 0 | 45 | 3 | 41 | 5C | 40 |
| Octal | 352 | 370 | 114 | 6 | 0 | 105 | 3 | 101 | 134 | 100 |
| Binary | 11101010 | 11111000 | 1001100 | 110 | 0 | 1000101 | 11 | 1000001 | 1011100 | 1000000 |
Color Harmonies of #EAF84C
Complementary color
Monochromatic Colors of #EAF84C
Black with #EAF84C
Text Example
Text Example
White with #EAF84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF84C; }
p { color: rgb(234,248,76); }
H1.HeaderClassName
{
color: #EAF84C;
}
.AnyTagClassName
{
color: #EAF84C;
}
</style>
background-color css
<style>
a { background-color: #EAF84C; }
a { background-color: rgb(234,248,76); }
div.DivClassName
{
background-color: #EAF84C;
}
.BgClassName
{
background-color: #EAF84C;
}
</style>
border-color css
<style>
span { border-color: #EAF84C; }
span { border-color: rgb(234,248,76); }
td.TdClassName
{
border-color: #EAF84C;
}
.TagClassName
{
border-color: #EAF84C;
}
</style>