Shades of Paris Daisy #EFE34E
Tints of Paris Daisy #EFE34E
RGB
CMYK
RGB Variations
Color information
#EFE34E (or 0xEFE34E) is known color: Paris Daisy. HEX triplet: EF, E3 and 4E. RGB value is (239,227,78). Sum of RGB (Red+Green+Blue) = 239+227+78=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 227 (89.06% from 255 or 41.73% from 544); Blue value is 78 (30.86% from 255 or 14.34% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE34E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE34E is #101CB1. Grayscale: #D6D6D6. Windows color (decimal): -1055922 or 5170159. OLE color: 5170159.
HSL color Cylindrical-coordinate representation of color #EFE34E: hue angle of 55.53º 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 #EFE34E is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 78 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.06 |
| HSL | 55.53º | 0.83% | 0.62% | - |
| HSV(B) | 55.53º | 0.67% | 0.94% | - |
| XYZ | 64.44 | 73.84 | 18.06 | - |
| YUV | 213.6 | 51.48 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 78 | 0 | 0.05 | 0.67 | 0.06 | 55.53 | 0.83 | 0.62 |
| Hex | EF | E3 | 4E | 0 | 5 | 43 | 6 | 38 | 53 | 3E |
| Octal | 357 | 343 | 116 | 0 | 5 | 103 | 6 | 70 | 123 | 76 |
| Binary | 11101111 | 11100011 | 1001110 | 0 | 101 | 1000011 | 110 | 111000 | 1010011 | 111110 |
Color Harmonies of #EFE34E
Complementary color
Monochromatic Colors of #EFE34E
Black with #EFE34E
Text Example
Text Example
White with #EFE34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE34E; }
p { color: rgb(239,227,78); }
H1.HeaderClassName
{
color: #EFE34E;
}
.AnyTagClassName
{
color: #EFE34E;
}
</style>
background-color css
<style>
a { background-color: #EFE34E; }
a { background-color: rgb(239,227,78); }
div.DivClassName
{
background-color: #EFE34E;
}
.BgClassName
{
background-color: #EFE34E;
}
</style>
border-color css
<style>
span { border-color: #EFE34E; }
span { border-color: rgb(239,227,78); }
td.TdClassName
{
border-color: #EFE34E;
}
.TagClassName
{
border-color: #EFE34E;
}
</style>