Shades of Paris Daisy #EAF34A
Tints of Paris Daisy #EAF34A
RGB
CMYK
RGB Variations
Color information
#EAF34A (or 0xEAF34A) is known color: Paris Daisy. HEX triplet: EA, F3 and 4A. RGB value is (234,243,74). Sum of RGB (Red+Green+Blue) = 234+243+74=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 243 (95.31% from 255 or 44.10% from 551); Blue value is 74 (29.30% from 255 or 13.43% from 551); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF34A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF34A is #150CB5. Grayscale: #DDDDDD. Windows color (decimal): -1379510 or 4912106. OLE color: 4912106.
HSL color Cylindrical-coordinate representation of color #EAF34A: hue angle of 63.2º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EAF34A is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 243 | 74 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.05 |
| HSL | 63.2º | 0.88% | 0.62% | - |
| HSV(B) | 63.2º | 0.7% | 0.95% | - |
| XYZ | 67.22 | 82.09 | 18.78 | - |
| YUV | 221.04 | 45.02 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 243 | 74 | 0.04 | 0 | 0.70 | 0.05 | 63.2 | 0.88 | 0.62 |
| Hex | EA | F3 | 4A | 4 | 0 | 46 | 5 | 3F | 58 | 3E |
| Octal | 352 | 363 | 112 | 4 | 0 | 106 | 5 | 77 | 130 | 76 |
| Binary | 11101010 | 11110011 | 1001010 | 100 | 0 | 1000110 | 101 | 111111 | 1011000 | 111110 |
Color Harmonies of #EAF34A
Complementary color
Monochromatic Colors of #EAF34A
Black with #EAF34A
Text Example
Text Example
White with #EAF34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF34A; }
p { color: rgb(234,243,74); }
H1.HeaderClassName
{
color: #EAF34A;
}
.AnyTagClassName
{
color: #EAF34A;
}
</style>
background-color css
<style>
a { background-color: #EAF34A; }
a { background-color: rgb(234,243,74); }
div.DivClassName
{
background-color: #EAF34A;
}
.BgClassName
{
background-color: #EAF34A;
}
</style>
border-color css
<style>
span { border-color: #EAF34A; }
span { border-color: rgb(234,243,74); }
td.TdClassName
{
border-color: #EAF34A;
}
.TagClassName
{
border-color: #EAF34A;
}
</style>