Shades of Paris Daisy #EFEF44
Tints of Paris Daisy #EFEF44
RGB
CMYK
RGB Variations
Color information
#EFEF44 (or 0xEFEF44) is known color: Paris Daisy. HEX triplet: EF, EF and 44. RGB value is (239,239,68). Sum of RGB (Red+Green+Blue) = 239+239+68=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 239 (93.75% from 255 or 43.77% from 546); Blue value is 68 (26.95% from 255 or 12.45% from 546); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF44 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEF44 is #1010BB. Grayscale: #DCDCDC. Windows color (decimal): -1052860 or 4517871. OLE color: 4517871.
HSL color Cylindrical-coordinate representation of color #EFEF44: hue angle of 60º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EFEF44 is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 239 | 68 | - |
| CMYK | 0 | 0 | 0.72 | 0.06 |
| HSL | 60º | 0.84% | 0.6% | - |
| HSV(B) | 60º | 0.72% | 0.94% | - |
| XYZ | 67.51 | 80.5 | 17.45 | - |
| YUV | 219.51 | 42.5 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 239 | 68 | 0 | 0 | 0.72 | 0.06 | 60 | 0.84 | 0.6 |
| Hex | EF | EF | 44 | 0 | 0 | 48 | 6 | 3C | 54 | 3C |
| Octal | 357 | 357 | 104 | 0 | 0 | 110 | 6 | 74 | 124 | 74 |
| Binary | 11101111 | 11101111 | 1000100 | 0 | 0 | 1001000 | 110 | 111100 | 1010100 | 111100 |
Color Harmonies of #EFEF44
Complementary color
Monochromatic Colors of #EFEF44
Black with #EFEF44
Text Example
Text Example
White with #EFEF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEF44; }
p { color: rgb(239,239,68); }
H1.HeaderClassName
{
color: #EFEF44;
}
.AnyTagClassName
{
color: #EFEF44;
}
</style>
background-color css
<style>
a { background-color: #EFEF44; }
a { background-color: rgb(239,239,68); }
div.DivClassName
{
background-color: #EFEF44;
}
.BgClassName
{
background-color: #EFEF44;
}
</style>
border-color css
<style>
span { border-color: #EFEF44; }
span { border-color: rgb(239,239,68); }
td.TdClassName
{
border-color: #EFEF44;
}
.TagClassName
{
border-color: #EFEF44;
}
</style>