Shades of Paris Daisy #EAFE41
Tints of Paris Daisy #EAFE41
RGB
CMYK
RGB Variations
Color information
#EAFE41 (or 0xEAFE41) is known color: Paris Daisy. HEX triplet: EA, FE and 41. RGB value is (234,254,65). Sum of RGB (Red+Green+Blue) = 234+254+65=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 254 (99.61% from 255 or 45.93% from 553); Blue value is 65 (25.78% from 255 or 11.75% from 553); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFE41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFE41 is #1501BE. Grayscale: #E3E3E3. Windows color (decimal): -1376703 or 4325098. OLE color: 4325098.
HSL color Cylindrical-coordinate representation of color #EAFE41: hue angle of 66.35º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EAFE41 is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 254 | 65 | - |
| CMYK | 0.08 | 0 | 0.74 | 0.00 |
| HSL | 66.35º | 0.99% | 0.63% | - |
| HSV(B) | 66.35º | 0.74% | 1% | - |
| XYZ | 70.33 | 88.76 | 18.43 | - |
| YUV | 226.47 | 36.87 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 254 | 65 | 0.08 | 0 | 0.74 | 0.00 | 66.35 | 0.99 | 0.63 |
| Hex | EA | FE | 41 | 8 | 0 | 4A | 0 | 42 | 63 | 3F |
| Octal | 352 | 376 | 101 | 10 | 0 | 112 | 0 | 102 | 143 | 77 |
| Binary | 11101010 | 11111110 | 1000001 | 1000 | 0 | 1001010 | 0 | 1000010 | 1100011 | 111111 |
Color Harmonies of #EAFE41
Complementary color
Monochromatic Colors of #EAFE41
Black with #EAFE41
Text Example
Text Example
White with #EAFE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFE41; }
p { color: rgb(234,254,65); }
H1.HeaderClassName
{
color: #EAFE41;
}
.AnyTagClassName
{
color: #EAFE41;
}
</style>
background-color css
<style>
a { background-color: #EAFE41; }
a { background-color: rgb(234,254,65); }
div.DivClassName
{
background-color: #EAFE41;
}
.BgClassName
{
background-color: #EAFE41;
}
</style>
border-color css
<style>
span { border-color: #EAFE41; }
span { border-color: rgb(234,254,65); }
td.TdClassName
{
border-color: #EAFE41;
}
.TagClassName
{
border-color: #EAFE41;
}
</style>