Shades of Paris Daisy #EFEF53
Tints of Paris Daisy #EFEF53
RGB
CMYK
RGB Variations
Color information
#EFEF53 (or 0xEFEF53) is known color: Paris Daisy. HEX triplet: EF, EF and 53. RGB value is (239,239,83). Sum of RGB (Red+Green+Blue) = 239+239+83=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 239 (93.75% from 255 or 42.60% from 561); Blue value is 83 (32.81% from 255 or 14.80% from 561); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF53 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEF53 is #1010AC. Grayscale: #DDDDDD. Windows color (decimal): -1052845 or 5500911. OLE color: 5500911.
HSL color Cylindrical-coordinate representation of color #EFEF53: hue angle of 60º 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 #EFEF53 is Cyan = 0, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 239 | 83 | - |
| CMYK | 0 | 0 | 0.65 | 0.06 |
| HSL | 60º | 0.83% | 0.63% | - |
| HSV(B) | 60º | 0.65% | 0.94% | - |
| XYZ | 68.02 | 80.71 | 20.18 | - |
| YUV | 221.22 | 50 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 239 | 83 | 0 | 0 | 0.65 | 0.06 | 60 | 0.83 | 0.63 |
| Hex | EF | EF | 53 | 0 | 0 | 41 | 6 | 3C | 53 | 3F |
| Octal | 357 | 357 | 123 | 0 | 0 | 101 | 6 | 74 | 123 | 77 |
| Binary | 11101111 | 11101111 | 1010011 | 0 | 0 | 1000001 | 110 | 111100 | 1010011 | 111111 |
Color Harmonies of #EFEF53
Complementary color
Monochromatic Colors of #EFEF53
Black with #EFEF53
Text Example
Text Example
White with #EFEF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEF53; }
p { color: rgb(239,239,83); }
H1.HeaderClassName
{
color: #EFEF53;
}
.AnyTagClassName
{
color: #EFEF53;
}
</style>
background-color css
<style>
a { background-color: #EFEF53; }
a { background-color: rgb(239,239,83); }
div.DivClassName
{
background-color: #EFEF53;
}
.BgClassName
{
background-color: #EFEF53;
}
</style>
border-color css
<style>
span { border-color: #EFEF53; }
span { border-color: rgb(239,239,83); }
td.TdClassName
{
border-color: #EFEF53;
}
.TagClassName
{
border-color: #EFEF53;
}
</style>