Shades of Paris Daisy #EFE24C
Tints of Paris Daisy #EFE24C
RGB
CMYK
RGB Variations
Color information
#EFE24C (or 0xEFE24C) is known color: Paris Daisy. HEX triplet: EF, E2 and 4C. RGB value is (239,226,76). Sum of RGB (Red+Green+Blue) = 239+226+76=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 226 (88.67% from 255 or 41.77% from 541); Blue value is 76 (30.08% from 255 or 14.05% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE24C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE24C is #101DB3. Grayscale: #D5D5D5. Windows color (decimal): -1056180 or 5038831. OLE color: 5038831.
HSL color Cylindrical-coordinate representation of color #EFE24C: hue angle of 55.21º 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 #EFE24C is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 76 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.06 |
| HSL | 55.21º | 0.84% | 0.62% | - |
| HSV(B) | 55.21º | 0.68% | 0.94% | - |
| XYZ | 64.1 | 73.27 | 17.6 | - |
| YUV | 212.79 | 50.81 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 76 | 0 | 0.05 | 0.68 | 0.06 | 55.21 | 0.84 | 0.62 |
| Hex | EF | E2 | 4C | 0 | 5 | 44 | 6 | 37 | 54 | 3E |
| Octal | 357 | 342 | 114 | 0 | 5 | 104 | 6 | 67 | 124 | 76 |
| Binary | 11101111 | 11100010 | 1001100 | 0 | 101 | 1000100 | 110 | 110111 | 1010100 | 111110 |
Color Harmonies of #EFE24C
Complementary color
Monochromatic Colors of #EFE24C
Black with #EFE24C
Text Example
Text Example
White with #EFE24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE24C; }
p { color: rgb(239,226,76); }
H1.HeaderClassName
{
color: #EFE24C;
}
.AnyTagClassName
{
color: #EFE24C;
}
</style>
background-color css
<style>
a { background-color: #EFE24C; }
a { background-color: rgb(239,226,76); }
div.DivClassName
{
background-color: #EFE24C;
}
.BgClassName
{
background-color: #EFE24C;
}
</style>
border-color css
<style>
span { border-color: #EFE24C; }
span { border-color: rgb(239,226,76); }
td.TdClassName
{
border-color: #EFE24C;
}
.TagClassName
{
border-color: #EFE24C;
}
</style>