Shades of Paris Daisy #EFED42
Tints of Paris Daisy #EFED42
RGB
CMYK
RGB Variations
Color information
#EFED42 (or 0xEFED42) is known color: Paris Daisy. HEX triplet: EF, ED and 42. RGB value is (239,237,66). Sum of RGB (Red+Green+Blue) = 239+237+66=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 237 (92.97% from 255 or 43.73% from 542); Blue value is 66 (26.17% from 255 or 12.18% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFED42 is #1012BD. Grayscale: #DADADA. Windows color (decimal): -1053374 or 4386287. OLE color: 4386287.
HSL color Cylindrical-coordinate representation of color #EFED42: hue angle of 59.31º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EFED42 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 237 | 66 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.06 |
| HSL | 59.31º | 0.84% | 0.6% | - |
| HSV(B) | 59.31º | 0.72% | 0.94% | - |
| XYZ | 66.86 | 79.31 | 16.94 | - |
| YUV | 218.1 | 42.16 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 237 | 66 | 0 | 0.01 | 0.72 | 0.06 | 59.31 | 0.84 | 0.6 |
| Hex | EF | ED | 42 | 0 | 1 | 48 | 6 | 3B | 54 | 3C |
| Octal | 357 | 355 | 102 | 0 | 1 | 110 | 6 | 73 | 124 | 74 |
| Binary | 11101111 | 11101101 | 1000010 | 0 | 1 | 1001000 | 110 | 111011 | 1010100 | 111100 |
Color Harmonies of #EFED42
Complementary color
Monochromatic Colors of #EFED42
Black with #EFED42
Text Example
Text Example
White with #EFED42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFED42; }
p { color: rgb(239,237,66); }
H1.HeaderClassName
{
color: #EFED42;
}
.AnyTagClassName
{
color: #EFED42;
}
</style>
background-color css
<style>
a { background-color: #EFED42; }
a { background-color: rgb(239,237,66); }
div.DivClassName
{
background-color: #EFED42;
}
.BgClassName
{
background-color: #EFED42;
}
</style>
border-color css
<style>
span { border-color: #EFED42; }
span { border-color: rgb(239,237,66); }
td.TdClassName
{
border-color: #EFED42;
}
.TagClassName
{
border-color: #EFED42;
}
</style>