Shades of Paris Daisy #E9F352
Tints of Paris Daisy #E9F352
RGB
CMYK
RGB Variations
Color information
#E9F352 (or 0xE9F352) is known color: Paris Daisy. HEX triplet: E9, F3 and 52. RGB value is (233,243,82). Sum of RGB (Red+Green+Blue) = 233+243+82=558 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.76% from 558); Green value is 243 (95.31% from 255 or 43.55% from 558); Blue value is 82 (32.42% from 255 or 14.70% from 558); Max value from RGB is 243 - color contains mainly: green. Hex color #E9F352 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E9F352 is #160CAD. Grayscale: #DEDEDE. Windows color (decimal): -1445038 or 5436393. OLE color: 5436393.
HSL color Cylindrical-coordinate representation of color #E9F352: hue angle of 63.73º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E9F352 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 243 | 82 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.05 |
| HSL | 63.73º | 0.87% | 0.64% | - |
| HSV(B) | 63.73º | 0.66% | 0.95% | - |
| XYZ | 67.18 | 82.03 | 20.28 | - |
| YUV | 221.66 | 49.19 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 243 | 82 | 0.04 | 0 | 0.66 | 0.05 | 63.73 | 0.87 | 0.64 |
| Hex | E9 | F3 | 52 | 4 | 0 | 42 | 5 | 40 | 57 | 40 |
| Octal | 351 | 363 | 122 | 4 | 0 | 102 | 5 | 100 | 127 | 100 |
| Binary | 11101001 | 11110011 | 1010010 | 100 | 0 | 1000010 | 101 | 1000000 | 1010111 | 1000000 |
Color Harmonies of #E9F352
Complementary color
Monochromatic Colors of #E9F352
Black with #E9F352
Text Example
Text Example
White with #E9F352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F352; }
p { color: rgb(233,243,82); }
H1.HeaderClassName
{
color: #E9F352;
}
.AnyTagClassName
{
color: #E9F352;
}
</style>
background-color css
<style>
a { background-color: #E9F352; }
a { background-color: rgb(233,243,82); }
div.DivClassName
{
background-color: #E9F352;
}
.BgClassName
{
background-color: #E9F352;
}
</style>
border-color css
<style>
span { border-color: #E9F352; }
span { border-color: rgb(233,243,82); }
td.TdClassName
{
border-color: #E9F352;
}
.TagClassName
{
border-color: #E9F352;
}
</style>