Shades of Paris Daisy #EAF344
Tints of Paris Daisy #EAF344
RGB
CMYK
RGB Variations
Color information
#EAF344 (or 0xEAF344) is known color: Paris Daisy. HEX triplet: EA, F3 and 44. RGB value is (234,243,68). Sum of RGB (Red+Green+Blue) = 234+243+68=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 243 (95.31% from 255 or 44.59% from 545); Blue value is 68 (26.95% from 255 or 12.48% from 545); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF344 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF344 is #150CBB. Grayscale: #DDDDDD. Windows color (decimal): -1379516 or 4518890. OLE color: 4518890.
HSL color Cylindrical-coordinate representation of color #EAF344: hue angle of 63.09º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EAF344 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 243 | 68 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.05 |
| HSL | 63.09º | 0.88% | 0.61% | - |
| HSV(B) | 63.09º | 0.72% | 0.95% | - |
| XYZ | 67.03 | 82.01 | 17.77 | - |
| YUV | 220.36 | 42.02 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 243 | 68 | 0.04 | 0 | 0.72 | 0.05 | 63.09 | 0.88 | 0.61 |
| Hex | EA | F3 | 44 | 4 | 0 | 48 | 5 | 3F | 58 | 3D |
| Octal | 352 | 363 | 104 | 4 | 0 | 110 | 5 | 77 | 130 | 75 |
| Binary | 11101010 | 11110011 | 1000100 | 100 | 0 | 1001000 | 101 | 111111 | 1011000 | 111101 |
Color Harmonies of #EAF344
Complementary color
Monochromatic Colors of #EAF344
Black with #EAF344
Text Example
Text Example
White with #EAF344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF344; }
p { color: rgb(234,243,68); }
H1.HeaderClassName
{
color: #EAF344;
}
.AnyTagClassName
{
color: #EAF344;
}
</style>
background-color css
<style>
a { background-color: #EAF344; }
a { background-color: rgb(234,243,68); }
div.DivClassName
{
background-color: #EAF344;
}
.BgClassName
{
background-color: #EAF344;
}
</style>
border-color css
<style>
span { border-color: #EAF344; }
span { border-color: rgb(234,243,68); }
td.TdClassName
{
border-color: #EAF344;
}
.TagClassName
{
border-color: #EAF344;
}
</style>