Shades of Paris Daisy #EAF543
Tints of Paris Daisy #EAF543
RGB
CMYK
RGB Variations
Color information
#EAF543 (or 0xEAF543) is known color: Paris Daisy. HEX triplet: EA, F5 and 43. RGB value is (234,245,67). Sum of RGB (Red+Green+Blue) = 234+245+67=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 245 (96.09% from 255 or 44.87% from 546); Blue value is 67 (26.56% from 255 or 12.27% from 546); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF543 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF543 is #150ABC. Grayscale: #DEDEDE. Windows color (decimal): -1379005 or 4453866. OLE color: 4453866.
HSL color Cylindrical-coordinate representation of color #EAF543: hue angle of 63.71º 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 #EAF543 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 245 | 67 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.04 |
| HSL | 63.71º | 0.9% | 0.61% | - |
| HSV(B) | 63.71º | 0.73% | 0.96% | - |
| XYZ | 67.6 | 83.2 | 17.81 | - |
| YUV | 221.42 | 40.86 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 245 | 67 | 0.04 | 0 | 0.73 | 0.04 | 63.71 | 0.9 | 0.61 |
| Hex | EA | F5 | 43 | 4 | 0 | 49 | 4 | 40 | 5A | 3D |
| Octal | 352 | 365 | 103 | 4 | 0 | 111 | 4 | 100 | 132 | 75 |
| Binary | 11101010 | 11110101 | 1000011 | 100 | 0 | 1001001 | 100 | 1000000 | 1011010 | 111101 |
Color Harmonies of #EAF543
Complementary color
Monochromatic Colors of #EAF543
Black with #EAF543
Text Example
Text Example
White with #EAF543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF543; }
p { color: rgb(234,245,67); }
H1.HeaderClassName
{
color: #EAF543;
}
.AnyTagClassName
{
color: #EAF543;
}
</style>
background-color css
<style>
a { background-color: #EAF543; }
a { background-color: rgb(234,245,67); }
div.DivClassName
{
background-color: #EAF543;
}
.BgClassName
{
background-color: #EAF543;
}
</style>
border-color css
<style>
span { border-color: #EAF543; }
span { border-color: rgb(234,245,67); }
td.TdClassName
{
border-color: #EAF543;
}
.TagClassName
{
border-color: #EAF543;
}
</style>