Shades of Paris Daisy #EFE548
Tints of Paris Daisy #EFE548
RGB
CMYK
RGB Variations
Color information
#EFE548 (or 0xEFE548) is known color: Paris Daisy. HEX triplet: EF, E5 and 48. RGB value is (239,229,72). Sum of RGB (Red+Green+Blue) = 239+229+72=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 229 (89.84% from 255 or 42.41% from 540); Blue value is 72 (28.52% from 255 or 13.33% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE548 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE548 is #101AB7. Grayscale: #D6D6D6. Windows color (decimal): -1055416 or 4777455. OLE color: 4777455.
HSL color Cylindrical-coordinate representation of color #EFE548: hue angle of 56.41º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EFE548 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 72 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.06 |
| HSL | 56.41º | 0.84% | 0.61% | - |
| HSV(B) | 56.41º | 0.7% | 0.94% | - |
| XYZ | 64.79 | 74.86 | 17.17 | - |
| YUV | 214.09 | 47.81 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 72 | 0 | 0.04 | 0.70 | 0.06 | 56.41 | 0.84 | 0.61 |
| Hex | EF | E5 | 48 | 0 | 4 | 46 | 6 | 38 | 54 | 3D |
| Octal | 357 | 345 | 110 | 0 | 4 | 106 | 6 | 70 | 124 | 75 |
| Binary | 11101111 | 11100101 | 1001000 | 0 | 100 | 1000110 | 110 | 111000 | 1010100 | 111101 |
Color Harmonies of #EFE548
Complementary color
Monochromatic Colors of #EFE548
Black with #EFE548
Text Example
Text Example
White with #EFE548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE548; }
p { color: rgb(239,229,72); }
H1.HeaderClassName
{
color: #EFE548;
}
.AnyTagClassName
{
color: #EFE548;
}
</style>
background-color css
<style>
a { background-color: #EFE548; }
a { background-color: rgb(239,229,72); }
div.DivClassName
{
background-color: #EFE548;
}
.BgClassName
{
background-color: #EFE548;
}
</style>
border-color css
<style>
span { border-color: #EFE548; }
span { border-color: rgb(239,229,72); }
td.TdClassName
{
border-color: #EFE548;
}
.TagClassName
{
border-color: #EFE548;
}
</style>