Shades of Paris Daisy #EAF64C
Tints of Paris Daisy #EAF64C
RGB
CMYK
RGB Variations
Color information
#EAF64C (or 0xEAF64C) is known color: Paris Daisy. HEX triplet: EA, F6 and 4C. RGB value is (234,246,76). Sum of RGB (Red+Green+Blue) = 234+246+76=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 246 (96.48% from 255 or 44.24% from 556); Blue value is 76 (30.08% from 255 or 13.67% from 556); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF64C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF64C is #1509B3. Grayscale: #DFDFDF. Windows color (decimal): -1378740 or 5043946. OLE color: 5043946.
HSL color Cylindrical-coordinate representation of color #EAF64C: hue angle of 64.24º 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 #EAF64C is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 246 | 76 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.04 |
| HSL | 64.24º | 0.9% | 0.63% | - |
| HSV(B) | 64.24º | 0.69% | 0.96% | - |
| XYZ | 68.19 | 83.93 | 19.44 | - |
| YUV | 223.03 | 45.02 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 246 | 76 | 0.05 | 0 | 0.69 | 0.04 | 64.24 | 0.9 | 0.63 |
| Hex | EA | F6 | 4C | 5 | 0 | 45 | 4 | 40 | 5A | 3F |
| Octal | 352 | 366 | 114 | 5 | 0 | 105 | 4 | 100 | 132 | 77 |
| Binary | 11101010 | 11110110 | 1001100 | 101 | 0 | 1000101 | 100 | 1000000 | 1011010 | 111111 |
Color Harmonies of #EAF64C
Complementary color
Monochromatic Colors of #EAF64C
Black with #EAF64C
Text Example
Text Example
White with #EAF64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF64C; }
p { color: rgb(234,246,76); }
H1.HeaderClassName
{
color: #EAF64C;
}
.AnyTagClassName
{
color: #EAF64C;
}
</style>
background-color css
<style>
a { background-color: #EAF64C; }
a { background-color: rgb(234,246,76); }
div.DivClassName
{
background-color: #EAF64C;
}
.BgClassName
{
background-color: #EAF64C;
}
</style>
border-color css
<style>
span { border-color: #EAF64C; }
span { border-color: rgb(234,246,76); }
td.TdClassName
{
border-color: #EAF64C;
}
.TagClassName
{
border-color: #EAF64C;
}
</style>