Shades of Paris Daisy #EAFE43
Tints of Paris Daisy #EAFE43
RGB
CMYK
RGB Variations
Color information
#EAFE43 (or 0xEAFE43) is known color: Paris Daisy. HEX triplet: EA, FE and 43. RGB value is (234,254,67). Sum of RGB (Red+Green+Blue) = 234+254+67=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 254 (99.61% from 255 or 45.77% from 555); Blue value is 67 (26.56% from 255 or 12.07% from 555); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFE43 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFE43 is #1501BC. Grayscale: #E3E3E3. Windows color (decimal): -1376701 or 4456170. OLE color: 4456170.
HSL color Cylindrical-coordinate representation of color #EAFE43: hue angle of 66.42º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EAFE43 is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 254 | 67 | - |
| CMYK | 0.08 | 0 | 0.74 | 0.00 |
| HSL | 66.42º | 0.99% | 0.63% | - |
| HSV(B) | 66.42º | 0.74% | 1% | - |
| XYZ | 70.39 | 88.78 | 18.74 | - |
| YUV | 226.7 | 37.87 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 254 | 67 | 0.08 | 0 | 0.74 | 0.00 | 66.42 | 0.99 | 0.63 |
| Hex | EA | FE | 43 | 8 | 0 | 4A | 0 | 42 | 63 | 3F |
| Octal | 352 | 376 | 103 | 10 | 0 | 112 | 0 | 102 | 143 | 77 |
| Binary | 11101010 | 11111110 | 1000011 | 1000 | 0 | 1001010 | 0 | 1000010 | 1100011 | 111111 |
Color Harmonies of #EAFE43
Complementary color
Monochromatic Colors of #EAFE43
Black with #EAFE43
Text Example
Text Example
White with #EAFE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFE43; }
p { color: rgb(234,254,67); }
H1.HeaderClassName
{
color: #EAFE43;
}
.AnyTagClassName
{
color: #EAFE43;
}
</style>
background-color css
<style>
a { background-color: #EAFE43; }
a { background-color: rgb(234,254,67); }
div.DivClassName
{
background-color: #EAFE43;
}
.BgClassName
{
background-color: #EAFE43;
}
</style>
border-color css
<style>
span { border-color: #EAFE43; }
span { border-color: rgb(234,254,67); }
td.TdClassName
{
border-color: #EAFE43;
}
.TagClassName
{
border-color: #EAFE43;
}
</style>