Shades of Paris Daisy #E5F34B
Tints of Paris Daisy #E5F34B
RGB
CMYK
RGB Variations
Color information
#E5F34B (or 0xE5F34B) is known color: Paris Daisy. HEX triplet: E5, F3 and 4B. RGB value is (229,243,75). Sum of RGB (Red+Green+Blue) = 229+243+75=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 243 (95.31% from 255 or 44.42% from 547); Blue value is 75 (29.69% from 255 or 13.71% from 547); Max value from RGB is 243 - color contains mainly: green. Hex color #E5F34B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5F34B is #1A0CB4. Grayscale: #DCDCDC. Windows color (decimal): -1707189 or 4977637. OLE color: 4977637.
HSL color Cylindrical-coordinate representation of color #E5F34B: hue angle of 65º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E5F34B is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 243 | 75 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.05 |
| HSL | 65º | 0.88% | 0.62% | - |
| HSV(B) | 65º | 0.69% | 0.95% | - |
| XYZ | 65.63 | 81.27 | 18.88 | - |
| YUV | 219.66 | 46.36 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 243 | 75 | 0.06 | 0 | 0.69 | 0.05 | 65 | 0.88 | 0.62 |
| Hex | E5 | F3 | 4B | 6 | 0 | 45 | 5 | 41 | 58 | 3E |
| Octal | 345 | 363 | 113 | 6 | 0 | 105 | 5 | 101 | 130 | 76 |
| Binary | 11100101 | 11110011 | 1001011 | 110 | 0 | 1000101 | 101 | 1000001 | 1011000 | 111110 |
Color Harmonies of #E5F34B
Complementary color
Monochromatic Colors of #E5F34B
Black with #E5F34B
Text Example
Text Example
White with #E5F34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F34B; }
p { color: rgb(229,243,75); }
H1.HeaderClassName
{
color: #E5F34B;
}
.AnyTagClassName
{
color: #E5F34B;
}
</style>
background-color css
<style>
a { background-color: #E5F34B; }
a { background-color: rgb(229,243,75); }
div.DivClassName
{
background-color: #E5F34B;
}
.BgClassName
{
background-color: #E5F34B;
}
</style>
border-color css
<style>
span { border-color: #E5F34B; }
span { border-color: rgb(229,243,75); }
td.TdClassName
{
border-color: #E5F34B;
}
.TagClassName
{
border-color: #E5F34B;
}
</style>