Shades of Paris Daisy #EFE553
Tints of Paris Daisy #EFE553
RGB
CMYK
RGB Variations
Color information
#EFE553 (or 0xEFE553) is known color: Paris Daisy. HEX triplet: EF, E5 and 53. RGB value is (239,229,83). Sum of RGB (Red+Green+Blue) = 239+229+83=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 229 (89.84% from 255 or 41.56% from 551); Blue value is 83 (32.81% from 255 or 15.06% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE553 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE553 is #101AAC. Grayscale: #D7D7D7. Windows color (decimal): -1055405 or 5498351. OLE color: 5498351.
HSL color Cylindrical-coordinate representation of color #EFE553: hue angle of 56.15º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EFE553 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 83 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.06 |
| HSL | 56.15º | 0.83% | 0.63% | - |
| HSV(B) | 56.15º | 0.65% | 0.94% | - |
| XYZ | 65.18 | 75.01 | 19.23 | - |
| YUV | 215.35 | 53.31 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 83 | 0 | 0.04 | 0.65 | 0.06 | 56.15 | 0.83 | 0.63 |
| Hex | EF | E5 | 53 | 0 | 4 | 41 | 6 | 38 | 53 | 3F |
| Octal | 357 | 345 | 123 | 0 | 4 | 101 | 6 | 70 | 123 | 77 |
| Binary | 11101111 | 11100101 | 1010011 | 0 | 100 | 1000001 | 110 | 111000 | 1010011 | 111111 |
Color Harmonies of #EFE553
Complementary color
Monochromatic Colors of #EFE553
Black with #EFE553
Text Example
Text Example
White with #EFE553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE553; }
p { color: rgb(239,229,83); }
H1.HeaderClassName
{
color: #EFE553;
}
.AnyTagClassName
{
color: #EFE553;
}
</style>
background-color css
<style>
a { background-color: #EFE553; }
a { background-color: rgb(239,229,83); }
div.DivClassName
{
background-color: #EFE553;
}
.BgClassName
{
background-color: #EFE553;
}
</style>
border-color css
<style>
span { border-color: #EFE553; }
span { border-color: rgb(239,229,83); }
td.TdClassName
{
border-color: #EFE553;
}
.TagClassName
{
border-color: #EFE553;
}
</style>