Shades of Paris Daisy #EFE84F
Tints of Paris Daisy #EFE84F
RGB
CMYK
RGB Variations
Color information
#EFE84F (or 0xEFE84F) is known color: Paris Daisy. HEX triplet: EF, E8 and 4F. RGB value is (239,232,79). Sum of RGB (Red+Green+Blue) = 239+232+79=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 232 (91.02% from 255 or 42.18% from 550); Blue value is 79 (31.25% from 255 or 14.36% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE84F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE84F is #1017B0. Grayscale: #D9D9D9. Windows color (decimal): -1054641 or 5236975. OLE color: 5236975.
HSL color Cylindrical-coordinate representation of color #EFE84F: hue angle of 57.38º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFE84F is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 79 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.06 |
| HSL | 57.38º | 0.83% | 0.62% | - |
| HSV(B) | 57.38º | 0.67% | 0.94% | - |
| XYZ | 65.86 | 76.63 | 18.72 | - |
| YUV | 216.65 | 50.32 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 79 | 0 | 0.03 | 0.67 | 0.06 | 57.38 | 0.83 | 0.62 |
| Hex | EF | E8 | 4F | 0 | 3 | 43 | 6 | 39 | 53 | 3E |
| Octal | 357 | 350 | 117 | 0 | 3 | 103 | 6 | 71 | 123 | 76 |
| Binary | 11101111 | 11101000 | 1001111 | 0 | 11 | 1000011 | 110 | 111001 | 1010011 | 111110 |
Color Harmonies of #EFE84F
Complementary color
Monochromatic Colors of #EFE84F
Black with #EFE84F
Text Example
Text Example
White with #EFE84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE84F; }
p { color: rgb(239,232,79); }
H1.HeaderClassName
{
color: #EFE84F;
}
.AnyTagClassName
{
color: #EFE84F;
}
</style>
background-color css
<style>
a { background-color: #EFE84F; }
a { background-color: rgb(239,232,79); }
div.DivClassName
{
background-color: #EFE84F;
}
.BgClassName
{
background-color: #EFE84F;
}
</style>
border-color css
<style>
span { border-color: #EFE84F; }
span { border-color: rgb(239,232,79); }
td.TdClassName
{
border-color: #EFE84F;
}
.TagClassName
{
border-color: #EFE84F;
}
</style>