Shades of Paris Daisy #EFE44C
Tints of Paris Daisy #EFE44C
RGB
CMYK
RGB Variations
Color information
#EFE44C (or 0xEFE44C) is known color: Paris Daisy. HEX triplet: EF, E4 and 4C. RGB value is (239,228,76). Sum of RGB (Red+Green+Blue) = 239+228+76=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 76 (30.08% from 255 or 14.00% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE44C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE44C is #101BB3. Grayscale: #D6D6D6. Windows color (decimal): -1055668 or 5039343. OLE color: 5039343.
HSL color Cylindrical-coordinate representation of color #EFE44C: hue angle of 55.95º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EFE44C is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 76 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.06 |
| HSL | 55.95º | 0.84% | 0.62% | - |
| HSV(B) | 55.95º | 0.68% | 0.94% | - |
| XYZ | 64.64 | 74.36 | 17.78 | - |
| YUV | 213.96 | 50.14 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 76 | 0 | 0.05 | 0.68 | 0.06 | 55.95 | 0.84 | 0.62 |
| Hex | EF | E4 | 4C | 0 | 5 | 44 | 6 | 38 | 54 | 3E |
| Octal | 357 | 344 | 114 | 0 | 5 | 104 | 6 | 70 | 124 | 76 |
| Binary | 11101111 | 11100100 | 1001100 | 0 | 101 | 1000100 | 110 | 111000 | 1010100 | 111110 |
Color Harmonies of #EFE44C
Complementary color
Monochromatic Colors of #EFE44C
Black with #EFE44C
Text Example
Text Example
White with #EFE44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE44C; }
p { color: rgb(239,228,76); }
H1.HeaderClassName
{
color: #EFE44C;
}
.AnyTagClassName
{
color: #EFE44C;
}
</style>
background-color css
<style>
a { background-color: #EFE44C; }
a { background-color: rgb(239,228,76); }
div.DivClassName
{
background-color: #EFE44C;
}
.BgClassName
{
background-color: #EFE44C;
}
</style>
border-color css
<style>
span { border-color: #EFE44C; }
span { border-color: rgb(239,228,76); }
td.TdClassName
{
border-color: #EFE44C;
}
.TagClassName
{
border-color: #EFE44C;
}
</style>