Shades of Paris Daisy #EAF24A
Tints of Paris Daisy #EAF24A
RGB
CMYK
RGB Variations
Color information
#EAF24A (or 0xEAF24A) is known color: Paris Daisy. HEX triplet: EA, F2 and 4A. RGB value is (234,242,74). Sum of RGB (Red+Green+Blue) = 234+242+74=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 242 (94.92% from 255 or 44% from 550); Blue value is 74 (29.30% from 255 or 13.45% from 550); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF24A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF24A is #150DB5. Grayscale: #DDDDDD. Windows color (decimal): -1379766 or 4911850. OLE color: 4911850.
HSL color Cylindrical-coordinate representation of color #EAF24A: hue angle of 62.86º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EAF24A is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 242 | 74 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.05 |
| HSL | 62.86º | 0.87% | 0.62% | - |
| HSV(B) | 62.86º | 0.69% | 0.95% | - |
| XYZ | 66.92 | 81.49 | 18.68 | - |
| YUV | 220.46 | 45.35 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 242 | 74 | 0.03 | 0 | 0.69 | 0.05 | 62.86 | 0.87 | 0.62 |
| Hex | EA | F2 | 4A | 3 | 0 | 45 | 5 | 3F | 57 | 3E |
| Octal | 352 | 362 | 112 | 3 | 0 | 105 | 5 | 77 | 127 | 76 |
| Binary | 11101010 | 11110010 | 1001010 | 11 | 0 | 1000101 | 101 | 111111 | 1010111 | 111110 |
Color Harmonies of #EAF24A
Complementary color
Monochromatic Colors of #EAF24A
Black with #EAF24A
Text Example
Text Example
White with #EAF24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF24A; }
p { color: rgb(234,242,74); }
H1.HeaderClassName
{
color: #EAF24A;
}
.AnyTagClassName
{
color: #EAF24A;
}
</style>
background-color css
<style>
a { background-color: #EAF24A; }
a { background-color: rgb(234,242,74); }
div.DivClassName
{
background-color: #EAF24A;
}
.BgClassName
{
background-color: #EAF24A;
}
</style>
border-color css
<style>
span { border-color: #EAF24A; }
span { border-color: rgb(234,242,74); }
td.TdClassName
{
border-color: #EAF24A;
}
.TagClassName
{
border-color: #EAF24A;
}
</style>