Shades of Paris Daisy #EAF542
Tints of Paris Daisy #EAF542
RGB
CMYK
RGB Variations
Color information
#EAF542 (or 0xEAF542) is known color: Paris Daisy. HEX triplet: EA, F5 and 42. RGB value is (234,245,66). Sum of RGB (Red+Green+Blue) = 234+245+66=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 245 (96.09% from 255 or 44.95% from 545); Blue value is 66 (26.17% from 255 or 12.11% from 545); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF542 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF542 is #150ABD. Grayscale: #DEDEDE. Windows color (decimal): -1379006 or 4388330. OLE color: 4388330.
HSL color Cylindrical-coordinate representation of color #EAF542: hue angle of 63.69º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EAF542 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 245 | 66 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.04 |
| HSL | 63.69º | 0.9% | 0.61% | - |
| HSV(B) | 63.69º | 0.73% | 0.96% | - |
| XYZ | 67.57 | 83.19 | 17.65 | - |
| YUV | 221.31 | 40.36 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 245 | 66 | 0.04 | 0 | 0.73 | 0.04 | 63.69 | 0.9 | 0.61 |
| Hex | EA | F5 | 42 | 4 | 0 | 49 | 4 | 40 | 5A | 3D |
| Octal | 352 | 365 | 102 | 4 | 0 | 111 | 4 | 100 | 132 | 75 |
| Binary | 11101010 | 11110101 | 1000010 | 100 | 0 | 1001001 | 100 | 1000000 | 1011010 | 111101 |
Color Harmonies of #EAF542
Complementary color
Monochromatic Colors of #EAF542
Black with #EAF542
Text Example
Text Example
White with #EAF542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF542; }
p { color: rgb(234,245,66); }
H1.HeaderClassName
{
color: #EAF542;
}
.AnyTagClassName
{
color: #EAF542;
}
</style>
background-color css
<style>
a { background-color: #EAF542; }
a { background-color: rgb(234,245,66); }
div.DivClassName
{
background-color: #EAF542;
}
.BgClassName
{
background-color: #EAF542;
}
</style>
border-color css
<style>
span { border-color: #EAF542; }
span { border-color: rgb(234,245,66); }
td.TdClassName
{
border-color: #EAF542;
}
.TagClassName
{
border-color: #EAF542;
}
</style>