Shades of Paris Daisy #EBEE4C
Tints of Paris Daisy #EBEE4C
RGB
CMYK
RGB Variations
Color information
#EBEE4C (or 0xEBEE4C) is known color: Paris Daisy. HEX triplet: EB, EE and 4C. RGB value is (235,238,76). Sum of RGB (Red+Green+Blue) = 235+238+76=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 238 (93.36% from 255 or 43.35% from 549); Blue value is 76 (30.08% from 255 or 13.84% from 549); Max value from RGB is 238 - color contains mainly: green. Hex color #EBEE4C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBEE4C is #1411B3. Grayscale: #DBDBDB. Windows color (decimal): -1315252 or 5041899. OLE color: 5041899.
HSL color Cylindrical-coordinate representation of color #EBEE4C: hue angle of 61.11º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EBEE4C is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 238 | 76 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.07 |
| HSL | 61.11º | 0.83% | 0.62% | - |
| HSV(B) | 61.11º | 0.68% | 0.93% | - |
| XYZ | 66.14 | 79.33 | 18.66 | - |
| YUV | 218.64 | 47.51 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 238 | 76 | 0.01 | 0 | 0.68 | 0.07 | 61.11 | 0.83 | 0.62 |
| Hex | EB | EE | 4C | 1 | 0 | 44 | 7 | 3D | 53 | 3E |
| Octal | 353 | 356 | 114 | 1 | 0 | 104 | 7 | 75 | 123 | 76 |
| Binary | 11101011 | 11101110 | 1001100 | 1 | 0 | 1000100 | 111 | 111101 | 1010011 | 111110 |
Color Harmonies of #EBEE4C
Complementary color
Monochromatic Colors of #EBEE4C
Black with #EBEE4C
Text Example
Text Example
White with #EBEE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEE4C; }
p { color: rgb(235,238,76); }
H1.HeaderClassName
{
color: #EBEE4C;
}
.AnyTagClassName
{
color: #EBEE4C;
}
</style>
background-color css
<style>
a { background-color: #EBEE4C; }
a { background-color: rgb(235,238,76); }
div.DivClassName
{
background-color: #EBEE4C;
}
.BgClassName
{
background-color: #EBEE4C;
}
</style>
border-color css
<style>
span { border-color: #EBEE4C; }
span { border-color: rgb(235,238,76); }
td.TdClassName
{
border-color: #EBEE4C;
}
.TagClassName
{
border-color: #EBEE4C;
}
</style>