Shades of Paris Daisy #EAFE46
Tints of Paris Daisy #EAFE46
RGB
CMYK
RGB Variations
Color information
#EAFE46 (or 0xEAFE46) is known color: Paris Daisy. HEX triplet: EA, FE and 46. RGB value is (234,254,70). Sum of RGB (Red+Green+Blue) = 234+254+70=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 254 (99.61% from 255 or 45.52% from 558); Blue value is 70 (27.73% from 255 or 12.54% from 558); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFE46 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFE46 is #1501B9. Grayscale: #E3E3E3. Windows color (decimal): -1376698 or 4652778. OLE color: 4652778.
HSL color Cylindrical-coordinate representation of color #EAFE46: hue angle of 66.52º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EAFE46 is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 254 | 70 | - |
| CMYK | 0.08 | 0 | 0.72 | 0.00 |
| HSL | 66.52º | 0.99% | 0.64% | - |
| HSV(B) | 66.52º | 0.72% | 1% | - |
| XYZ | 70.48 | 88.82 | 19.22 | - |
| YUV | 227.04 | 39.37 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 254 | 70 | 0.08 | 0 | 0.72 | 0.00 | 66.52 | 0.99 | 0.64 |
| Hex | EA | FE | 46 | 8 | 0 | 48 | 0 | 43 | 63 | 40 |
| Octal | 352 | 376 | 106 | 10 | 0 | 110 | 0 | 103 | 143 | 100 |
| Binary | 11101010 | 11111110 | 1000110 | 1000 | 0 | 1001000 | 0 | 1000011 | 1100011 | 1000000 |
Color Harmonies of #EAFE46
Complementary color
Monochromatic Colors of #EAFE46
Black with #EAFE46
Text Example
Text Example
White with #EAFE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFE46; }
p { color: rgb(234,254,70); }
H1.HeaderClassName
{
color: #EAFE46;
}
.AnyTagClassName
{
color: #EAFE46;
}
</style>
background-color css
<style>
a { background-color: #EAFE46; }
a { background-color: rgb(234,254,70); }
div.DivClassName
{
background-color: #EAFE46;
}
.BgClassName
{
background-color: #EAFE46;
}
</style>
border-color css
<style>
span { border-color: #EAFE46; }
span { border-color: rgb(234,254,70); }
td.TdClassName
{
border-color: #EAFE46;
}
.TagClassName
{
border-color: #EAFE46;
}
</style>