Shades of Paris Daisy #EAF350
Tints of Paris Daisy #EAF350
RGB
CMYK
RGB Variations
Color information
#EAF350 (or 0xEAF350) is known color: Paris Daisy. HEX triplet: EA, F3 and 50. RGB value is (234,243,80). Sum of RGB (Red+Green+Blue) = 234+243+80=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 243 (95.31% from 255 or 43.63% from 557); Blue value is 80 (31.64% from 255 or 14.36% from 557); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF350 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF350 is #150CAF. Grayscale: #DEDEDE. Windows color (decimal): -1379504 or 5305322. OLE color: 5305322.
HSL color Cylindrical-coordinate representation of color #EAF350: hue angle of 63.31º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EAF350 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 243 | 80 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.05 |
| HSL | 63.31º | 0.87% | 0.63% | - |
| HSV(B) | 63.31º | 0.67% | 0.95% | - |
| XYZ | 67.43 | 82.17 | 19.9 | - |
| YUV | 221.73 | 48.02 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 243 | 80 | 0.04 | 0 | 0.67 | 0.05 | 63.31 | 0.87 | 0.63 |
| Hex | EA | F3 | 50 | 4 | 0 | 43 | 5 | 3F | 57 | 3F |
| Octal | 352 | 363 | 120 | 4 | 0 | 103 | 5 | 77 | 127 | 77 |
| Binary | 11101010 | 11110011 | 1010000 | 100 | 0 | 1000011 | 101 | 111111 | 1010111 | 111111 |
Color Harmonies of #EAF350
Complementary color
Monochromatic Colors of #EAF350
Black with #EAF350
Text Example
Text Example
White with #EAF350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF350; }
p { color: rgb(234,243,80); }
H1.HeaderClassName
{
color: #EAF350;
}
.AnyTagClassName
{
color: #EAF350;
}
</style>
background-color css
<style>
a { background-color: #EAF350; }
a { background-color: rgb(234,243,80); }
div.DivClassName
{
background-color: #EAF350;
}
.BgClassName
{
background-color: #EAF350;
}
</style>
border-color css
<style>
span { border-color: #EAF350; }
span { border-color: rgb(234,243,80); }
td.TdClassName
{
border-color: #EAF350;
}
.TagClassName
{
border-color: #EAF350;
}
</style>