Shades of Paris Daisy #EAFF3F
Tints of Paris Daisy #EAFF3F
RGB
CMYK
RGB Variations
Color information
#EAFF3F (or 0xEAFF3F) is known color: Paris Daisy. HEX triplet: EA, FF and 3F. RGB value is (234,255,63). Sum of RGB (Red+Green+Blue) = 234+255+63=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 63 (25% from 255 or 11.41% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFF3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFF3F is #1500C0. Grayscale: #E3E3E3. Windows color (decimal): -1376449 or 4194282. OLE color: 4194282.
HSL color Cylindrical-coordinate representation of color #EAFF3F: hue angle of 66.56º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EAFF3F is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 255 | 63 | - |
| CMYK | 0.08 | 0 | 0.75 | 0 |
| HSL | 66.56º | 1% | 0.62% | - |
| HSV(B) | 66.56º | 0.75% | 1% | - |
| XYZ | 70.59 | 89.37 | 18.23 | - |
| YUV | 226.83 | 35.54 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 255 | 63 | 0.08 | 0 | 0.75 | 0 | 66.56 | 1 | 0.62 |
| Hex | EA | FF | 3F | 8 | 0 | 4B | 0 | 43 | 64 | 3E |
| Octal | 352 | 377 | 77 | 10 | 0 | 113 | 0 | 103 | 144 | 76 |
| Binary | 11101010 | 11111111 | 111111 | 1000 | 0 | 1001011 | 0 | 1000011 | 1100100 | 111110 |
Color Harmonies of #EAFF3F
Complementary color
Monochromatic Colors of #EAFF3F
Black with #EAFF3F
Text Example
Text Example
White with #EAFF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFF3F; }
p { color: rgb(234,255,63); }
H1.HeaderClassName
{
color: #EAFF3F;
}
.AnyTagClassName
{
color: #EAFF3F;
}
</style>
background-color css
<style>
a { background-color: #EAFF3F; }
a { background-color: rgb(234,255,63); }
div.DivClassName
{
background-color: #EAFF3F;
}
.BgClassName
{
background-color: #EAFF3F;
}
</style>
border-color css
<style>
span { border-color: #EAFF3F; }
span { border-color: rgb(234,255,63); }
td.TdClassName
{
border-color: #EAFF3F;
}
.TagClassName
{
border-color: #EAFF3F;
}
</style>