Shades of Paris Daisy #EBF653
Tints of Paris Daisy #EBF653
RGB
CMYK
RGB Variations
Color information
#EBF653 (or 0xEBF653) is known color: Paris Daisy. HEX triplet: EB, F6 and 53. RGB value is (235,246,83). Sum of RGB (Red+Green+Blue) = 235+246+83=564 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.67% from 564); Green value is 246 (96.48% from 255 or 43.62% from 564); Blue value is 83 (32.81% from 255 or 14.72% from 564); Max value from RGB is 246 - color contains mainly: green. Hex color #EBF653 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBF653 is #1409AC. Grayscale: #E0E0E0. Windows color (decimal): -1313197 or 5502699. OLE color: 5502699.
HSL color Cylindrical-coordinate representation of color #EBF653: hue angle of 64.05º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EBF653 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 246 | 83 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.04 |
| HSL | 64.05º | 0.9% | 0.65% | - |
| HSV(B) | 64.05º | 0.66% | 0.96% | - |
| XYZ | 68.78 | 84.2 | 20.81 | - |
| YUV | 224.13 | 48.36 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 246 | 83 | 0.04 | 0 | 0.66 | 0.04 | 64.05 | 0.9 | 0.65 |
| Hex | EB | F6 | 53 | 4 | 0 | 42 | 4 | 40 | 5A | 41 |
| Octal | 353 | 366 | 123 | 4 | 0 | 102 | 4 | 100 | 132 | 101 |
| Binary | 11101011 | 11110110 | 1010011 | 100 | 0 | 1000010 | 100 | 1000000 | 1011010 | 1000001 |
Color Harmonies of #EBF653
Complementary color
Monochromatic Colors of #EBF653
Black with #EBF653
Text Example
Text Example
White with #EBF653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF653; }
p { color: rgb(235,246,83); }
H1.HeaderClassName
{
color: #EBF653;
}
.AnyTagClassName
{
color: #EBF653;
}
</style>
background-color css
<style>
a { background-color: #EBF653; }
a { background-color: rgb(235,246,83); }
div.DivClassName
{
background-color: #EBF653;
}
.BgClassName
{
background-color: #EBF653;
}
</style>
border-color css
<style>
span { border-color: #EBF653; }
span { border-color: rgb(235,246,83); }
td.TdClassName
{
border-color: #EBF653;
}
.TagClassName
{
border-color: #EBF653;
}
</style>