Shades of Paris Daisy #EFE84B
Tints of Paris Daisy #EFE84B
RGB
CMYK
RGB Variations
Color information
#EFE84B (or 0xEFE84B) is known color: Paris Daisy. HEX triplet: EF, E8 and 4B. RGB value is (239,232,75). Sum of RGB (Red+Green+Blue) = 239+232+75=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 232 (91.02% from 255 or 42.49% from 546); Blue value is 75 (29.69% from 255 or 13.74% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE84B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE84B is #1017B4. Grayscale: #D8D8D8. Windows color (decimal): -1054645 or 4974831. OLE color: 4974831.
HSL color Cylindrical-coordinate representation of color #EFE84B: hue angle of 57.44º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFE84B is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 75 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.06 |
| HSL | 57.44º | 0.84% | 0.62% | - |
| HSV(B) | 57.44º | 0.69% | 0.94% | - |
| XYZ | 65.72 | 76.57 | 17.97 | - |
| YUV | 216.2 | 48.32 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 75 | 0 | 0.03 | 0.69 | 0.06 | 57.44 | 0.84 | 0.62 |
| Hex | EF | E8 | 4B | 0 | 3 | 45 | 6 | 39 | 54 | 3E |
| Octal | 357 | 350 | 113 | 0 | 3 | 105 | 6 | 71 | 124 | 76 |
| Binary | 11101111 | 11101000 | 1001011 | 0 | 11 | 1000101 | 110 | 111001 | 1010100 | 111110 |
Color Harmonies of #EFE84B
Complementary color
Monochromatic Colors of #EFE84B
Black with #EFE84B
Text Example
Text Example
White with #EFE84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE84B; }
p { color: rgb(239,232,75); }
H1.HeaderClassName
{
color: #EFE84B;
}
.AnyTagClassName
{
color: #EFE84B;
}
</style>
background-color css
<style>
a { background-color: #EFE84B; }
a { background-color: rgb(239,232,75); }
div.DivClassName
{
background-color: #EFE84B;
}
.BgClassName
{
background-color: #EFE84B;
}
</style>
border-color css
<style>
span { border-color: #EFE84B; }
span { border-color: rgb(239,232,75); }
td.TdClassName
{
border-color: #EFE84B;
}
.TagClassName
{
border-color: #EFE84B;
}
</style>