Shades of Paris Daisy #EAFD3E
Tints of Paris Daisy #EAFD3E
RGB
CMYK
RGB Variations
Color information
#EAFD3E (or 0xEAFD3E) is known color: Paris Daisy. HEX triplet: EA, FD and 3E. RGB value is (234,253,62). Sum of RGB (Red+Green+Blue) = 234+253+62=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 253 (99.22% from 255 or 46.08% from 549); Blue value is 62 (24.61% from 255 or 11.29% from 549); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFD3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFD3E is #1502C1. Grayscale: #E2E2E2. Windows color (decimal): -1376962 or 4128234. OLE color: 4128234.
HSL color Cylindrical-coordinate representation of color #EAFD3E: hue angle of 65.97º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EAFD3E is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
RGB | 234 | 253 | 62 | - |
CMYK | 0.08 | 0 | 0.75 | 0.01 |
HSL | 65.97º | 0.98% | 0.62% | - |
HSV(B) | 65.97º | 0.75% | 0.99% | - |
XYZ | 69.93 | 88.09 | 17.88 | - |
YUV | 225.55 | 35.71 | 134.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 253 | 62 | 0.08 | 0 | 0.75 | 0.01 | 65.97 | 0.98 | 0.62 |
Hex | EA | FD | 3E | 8 | 0 | 4B | 1 | 42 | 62 | 3E |
Octal | 352 | 375 | 76 | 10 | 0 | 113 | 1 | 102 | 142 | 76 |
Binary | 11101010 | 11111101 | 111110 | 1000 | 0 | 1001011 | 1 | 1000010 | 1100010 | 111110 |
Color Harmonies of #EAFD3E
Complementary color
Monochromatic Colors of #EAFD3E
Black with #EAFD3E
Text Example
Text Example
White with #EAFD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFD3E; }
p { color: rgb(234,253,62); }
H1.HeaderClassName
{
color: #EAFD3E;
}
.AnyTagClassName
{
color: #EAFD3E;
}
</style>
background-color css
<style>
a { background-color: #EAFD3E; }
a { background-color: rgb(234,253,62); }
div.DivClassName
{
background-color: #EAFD3E;
}
.BgClassName
{
background-color: #EAFD3E;
}
</style>
border-color css
<style>
span { border-color: #EAFD3E; }
span { border-color: rgb(234,253,62); }
td.TdClassName
{
border-color: #EAFD3E;
}
.TagClassName
{
border-color: #EAFD3E;
}
</style>