Shades of Paris Daisy #EAFE4B
Tints of Paris Daisy #EAFE4B
RGB
CMYK
RGB Variations
Color information
#EAFE4B (or 0xEAFE4B) is known color: Paris Daisy. HEX triplet: EA, FE and 4B. RGB value is (234,254,75). Sum of RGB (Red+Green+Blue) = 234+254+75=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 254 (99.61% from 255 or 45.12% from 563); Blue value is 75 (29.69% from 255 or 13.32% from 563); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFE4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFE4B is #1501B4. Grayscale: #E4E4E4. Windows color (decimal): -1376693 or 4980458. OLE color: 4980458.
HSL color Cylindrical-coordinate representation of color #EAFE4B: hue angle of 66.7º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EAFE4B is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 254 | 75 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.00 |
| HSL | 66.7º | 0.99% | 0.65% | - |
| HSV(B) | 66.7º | 0.7% | 1% | - |
| XYZ | 70.64 | 88.88 | 20.09 | - |
| YUV | 227.61 | 41.87 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 254 | 75 | 0.08 | 0 | 0.70 | 0.00 | 66.7 | 0.99 | 0.65 |
| Hex | EA | FE | 4B | 8 | 0 | 46 | 0 | 43 | 63 | 41 |
| Octal | 352 | 376 | 113 | 10 | 0 | 106 | 0 | 103 | 143 | 101 |
| Binary | 11101010 | 11111110 | 1001011 | 1000 | 0 | 1000110 | 0 | 1000011 | 1100011 | 1000001 |
Color Harmonies of #EAFE4B
Complementary color
Monochromatic Colors of #EAFE4B
Black with #EAFE4B
Text Example
Text Example
White with #EAFE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFE4B; }
p { color: rgb(234,254,75); }
H1.HeaderClassName
{
color: #EAFE4B;
}
.AnyTagClassName
{
color: #EAFE4B;
}
</style>
background-color css
<style>
a { background-color: #EAFE4B; }
a { background-color: rgb(234,254,75); }
div.DivClassName
{
background-color: #EAFE4B;
}
.BgClassName
{
background-color: #EAFE4B;
}
</style>
border-color css
<style>
span { border-color: #EAFE4B; }
span { border-color: rgb(234,254,75); }
td.TdClassName
{
border-color: #EAFE4B;
}
.TagClassName
{
border-color: #EAFE4B;
}
</style>