Shades of Paris Daisy #EAF346
Tints of Paris Daisy #EAF346
RGB
CMYK
RGB Variations
Color information
#EAF346 (or 0xEAF346) is known color: Paris Daisy. HEX triplet: EA, F3 and 46. RGB value is (234,243,70). Sum of RGB (Red+Green+Blue) = 234+243+70=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 243 (95.31% from 255 or 44.42% from 547); Blue value is 70 (27.73% from 255 or 12.80% from 547); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF346 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF346 is #150CB9. Grayscale: #DDDDDD. Windows color (decimal): -1379514 or 4649962. OLE color: 4649962.
HSL color Cylindrical-coordinate representation of color #EAF346: hue angle of 63.12º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EAF346 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 243 | 70 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.05 |
| HSL | 63.12º | 0.88% | 0.61% | - |
| HSV(B) | 63.12º | 0.71% | 0.95% | - |
| XYZ | 67.09 | 82.04 | 18.09 | - |
| YUV | 220.59 | 43.02 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 243 | 70 | 0.04 | 0 | 0.71 | 0.05 | 63.12 | 0.88 | 0.61 |
| Hex | EA | F3 | 46 | 4 | 0 | 47 | 5 | 3F | 58 | 3D |
| Octal | 352 | 363 | 106 | 4 | 0 | 107 | 5 | 77 | 130 | 75 |
| Binary | 11101010 | 11110011 | 1000110 | 100 | 0 | 1000111 | 101 | 111111 | 1011000 | 111101 |
Color Harmonies of #EAF346
Complementary color
Monochromatic Colors of #EAF346
Black with #EAF346
Text Example
Text Example
White with #EAF346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF346; }
p { color: rgb(234,243,70); }
H1.HeaderClassName
{
color: #EAF346;
}
.AnyTagClassName
{
color: #EAF346;
}
</style>
background-color css
<style>
a { background-color: #EAF346; }
a { background-color: rgb(234,243,70); }
div.DivClassName
{
background-color: #EAF346;
}
.BgClassName
{
background-color: #EAF346;
}
</style>
border-color css
<style>
span { border-color: #EAF346; }
span { border-color: rgb(234,243,70); }
td.TdClassName
{
border-color: #EAF346;
}
.TagClassName
{
border-color: #EAF346;
}
</style>