Shades of Paris Daisy #EFE346
Tints of Paris Daisy #EFE346
RGB
CMYK
RGB Variations
Color information
#EFE346 (or 0xEFE346) is known color: Paris Daisy. HEX triplet: EF, E3 and 46. RGB value is (239,227,70). Sum of RGB (Red+Green+Blue) = 239+227+70=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 227 (89.06% from 255 or 42.35% from 536); Blue value is 70 (27.73% from 255 or 13.06% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE346 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE346 is #101CB9. Grayscale: #D5D5D5. Windows color (decimal): -1055930 or 4645871. OLE color: 4645871.
HSL color Cylindrical-coordinate representation of color #EFE346: hue angle of 55.74º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EFE346 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 70 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.06 |
| HSL | 55.74º | 0.84% | 0.61% | - |
| HSV(B) | 55.74º | 0.71% | 0.94% | - |
| XYZ | 64.17 | 73.73 | 16.64 | - |
| YUV | 212.69 | 47.48 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 70 | 0 | 0.05 | 0.71 | 0.06 | 55.74 | 0.84 | 0.61 |
| Hex | EF | E3 | 46 | 0 | 5 | 47 | 6 | 38 | 54 | 3D |
| Octal | 357 | 343 | 106 | 0 | 5 | 107 | 6 | 70 | 124 | 75 |
| Binary | 11101111 | 11100011 | 1000110 | 0 | 101 | 1000111 | 110 | 111000 | 1010100 | 111101 |
Color Harmonies of #EFE346
Complementary color
Monochromatic Colors of #EFE346
Black with #EFE346
Text Example
Text Example
White with #EFE346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE346; }
p { color: rgb(239,227,70); }
H1.HeaderClassName
{
color: #EFE346;
}
.AnyTagClassName
{
color: #EFE346;
}
</style>
background-color css
<style>
a { background-color: #EFE346; }
a { background-color: rgb(239,227,70); }
div.DivClassName
{
background-color: #EFE346;
}
.BgClassName
{
background-color: #EFE346;
}
</style>
border-color css
<style>
span { border-color: #EFE346; }
span { border-color: rgb(239,227,70); }
td.TdClassName
{
border-color: #EFE346;
}
.TagClassName
{
border-color: #EFE346;
}
</style>