Shades of Paris Daisy #EFE949
Tints of Paris Daisy #EFE949
RGB
CMYK
RGB Variations
Color information
#EFE949 (or 0xEFE949) is known color: Paris Daisy. HEX triplet: EF, E9 and 49. RGB value is (239,233,73). Sum of RGB (Red+Green+Blue) = 239+233+73=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 233 (91.41% from 255 or 42.75% from 545); Blue value is 73 (28.91% from 255 or 13.39% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE949 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE949 is #1016B6. Grayscale: #D9D9D9. Windows color (decimal): -1054391 or 4844015. OLE color: 4844015.
HSL color Cylindrical-coordinate representation of color #EFE949: hue angle of 57.83º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFE949 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 73 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.06 |
| HSL | 57.83º | 0.84% | 0.61% | - |
| HSV(B) | 57.83º | 0.69% | 0.94% | - |
| XYZ | 65.94 | 77.11 | 17.71 | - |
| YUV | 216.55 | 46.99 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 73 | 0 | 0.03 | 0.69 | 0.06 | 57.83 | 0.84 | 0.61 |
| Hex | EF | E9 | 49 | 0 | 3 | 45 | 6 | 3A | 54 | 3D |
| Octal | 357 | 351 | 111 | 0 | 3 | 105 | 6 | 72 | 124 | 75 |
| Binary | 11101111 | 11101001 | 1001001 | 0 | 11 | 1000101 | 110 | 111010 | 1010100 | 111101 |
Color Harmonies of #EFE949
Complementary color
Monochromatic Colors of #EFE949
Black with #EFE949
Text Example
Text Example
White with #EFE949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE949; }
p { color: rgb(239,233,73); }
H1.HeaderClassName
{
color: #EFE949;
}
.AnyTagClassName
{
color: #EFE949;
}
</style>
background-color css
<style>
a { background-color: #EFE949; }
a { background-color: rgb(239,233,73); }
div.DivClassName
{
background-color: #EFE949;
}
.BgClassName
{
background-color: #EFE949;
}
</style>
border-color css
<style>
span { border-color: #EFE949; }
span { border-color: rgb(239,233,73); }
td.TdClassName
{
border-color: #EFE949;
}
.TagClassName
{
border-color: #EFE949;
}
</style>