Shades of Paris Daisy #EAF64F
Tints of Paris Daisy #EAF64F
RGB
CMYK
RGB Variations
Color information
#EAF64F (or 0xEAF64F) is known color: Paris Daisy. HEX triplet: EA, F6 and 4F. RGB value is (234,246,79). Sum of RGB (Red+Green+Blue) = 234+246+79=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 246 (96.48% from 255 or 44.01% from 559); Blue value is 79 (31.25% from 255 or 14.13% from 559); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF64F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF64F is #1509B0. Grayscale: #E0E0E0. Windows color (decimal): -1378737 or 5240554. OLE color: 5240554.
HSL color Cylindrical-coordinate representation of color #EAF64F: hue angle of 64.31º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EAF64F is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 246 | 79 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.04 |
| HSL | 64.31º | 0.9% | 0.64% | - |
| HSV(B) | 64.31º | 0.68% | 0.96% | - |
| XYZ | 68.3 | 83.97 | 20 | - |
| YUV | 223.37 | 46.52 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 246 | 79 | 0.05 | 0 | 0.68 | 0.04 | 64.31 | 0.9 | 0.64 |
| Hex | EA | F6 | 4F | 5 | 0 | 44 | 4 | 40 | 5A | 40 |
| Octal | 352 | 366 | 117 | 5 | 0 | 104 | 4 | 100 | 132 | 100 |
| Binary | 11101010 | 11110110 | 1001111 | 101 | 0 | 1000100 | 100 | 1000000 | 1011010 | 1000000 |
Color Harmonies of #EAF64F
Complementary color
Monochromatic Colors of #EAF64F
Black with #EAF64F
Text Example
Text Example
White with #EAF64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF64F; }
p { color: rgb(234,246,79); }
H1.HeaderClassName
{
color: #EAF64F;
}
.AnyTagClassName
{
color: #EAF64F;
}
</style>
background-color css
<style>
a { background-color: #EAF64F; }
a { background-color: rgb(234,246,79); }
div.DivClassName
{
background-color: #EAF64F;
}
.BgClassName
{
background-color: #EAF64F;
}
</style>
border-color css
<style>
span { border-color: #EAF64F; }
span { border-color: rgb(234,246,79); }
td.TdClassName
{
border-color: #EAF64F;
}
.TagClassName
{
border-color: #EAF64F;
}
</style>