Shades of Paris Daisy #EAF64D
Tints of Paris Daisy #EAF64D
RGB
CMYK
RGB Variations
Color information
#EAF64D (or 0xEAF64D) is known color: Paris Daisy. HEX triplet: EA, F6 and 4D. RGB value is (234,246,77). Sum of RGB (Red+Green+Blue) = 234+246+77=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 246 (96.48% from 255 or 44.17% from 557); Blue value is 77 (30.47% from 255 or 13.82% from 557); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF64D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF64D is #1509B2. Grayscale: #DFDFDF. Windows color (decimal): -1378739 or 5109482. OLE color: 5109482.
HSL color Cylindrical-coordinate representation of color #EAF64D: hue angle of 64.26º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EAF64D is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 246 | 77 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.04 |
| HSL | 64.26º | 0.9% | 0.63% | - |
| HSV(B) | 64.26º | 0.69% | 0.96% | - |
| XYZ | 68.23 | 83.94 | 19.63 | - |
| YUV | 223.15 | 45.52 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 246 | 77 | 0.05 | 0 | 0.69 | 0.04 | 64.26 | 0.9 | 0.63 |
| Hex | EA | F6 | 4D | 5 | 0 | 45 | 4 | 40 | 5A | 3F |
| Octal | 352 | 366 | 115 | 5 | 0 | 105 | 4 | 100 | 132 | 77 |
| Binary | 11101010 | 11110110 | 1001101 | 101 | 0 | 1000101 | 100 | 1000000 | 1011010 | 111111 |
Color Harmonies of #EAF64D
Complementary color
Monochromatic Colors of #EAF64D
Black with #EAF64D
Text Example
Text Example
White with #EAF64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF64D; }
p { color: rgb(234,246,77); }
H1.HeaderClassName
{
color: #EAF64D;
}
.AnyTagClassName
{
color: #EAF64D;
}
</style>
background-color css
<style>
a { background-color: #EAF64D; }
a { background-color: rgb(234,246,77); }
div.DivClassName
{
background-color: #EAF64D;
}
.BgClassName
{
background-color: #EAF64D;
}
</style>
border-color css
<style>
span { border-color: #EAF64D; }
span { border-color: rgb(234,246,77); }
td.TdClassName
{
border-color: #EAF64D;
}
.TagClassName
{
border-color: #EAF64D;
}
</style>