Shades of Paris Daisy #EFE94B
Tints of Paris Daisy #EFE94B
RGB
CMYK
RGB Variations
Color information
#EFE94B (or 0xEFE94B) is known color: Paris Daisy. HEX triplet: EF, E9 and 4B. RGB value is (239,233,75). Sum of RGB (Red+Green+Blue) = 239+233+75=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 233 (91.41% from 255 or 42.60% from 547); Blue value is 75 (29.69% from 255 or 13.71% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE94B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE94B is #1016B4. Grayscale: #D9D9D9. Windows color (decimal): -1054389 or 4975087. OLE color: 4975087.
HSL color Cylindrical-coordinate representation of color #EFE94B: hue angle of 57.8º 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 #EFE94B is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 75 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.06 |
| HSL | 57.8º | 0.84% | 0.62% | - |
| HSV(B) | 57.8º | 0.69% | 0.94% | - |
| XYZ | 66.01 | 77.14 | 18.07 | - |
| YUV | 216.78 | 47.99 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 75 | 0 | 0.03 | 0.69 | 0.06 | 57.8 | 0.84 | 0.62 |
| Hex | EF | E9 | 4B | 0 | 3 | 45 | 6 | 3A | 54 | 3E |
| Octal | 357 | 351 | 113 | 0 | 3 | 105 | 6 | 72 | 124 | 76 |
| Binary | 11101111 | 11101001 | 1001011 | 0 | 11 | 1000101 | 110 | 111010 | 1010100 | 111110 |
Color Harmonies of #EFE94B
Complementary color
Monochromatic Colors of #EFE94B
Black with #EFE94B
Text Example
Text Example
White with #EFE94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE94B; }
p { color: rgb(239,233,75); }
H1.HeaderClassName
{
color: #EFE94B;
}
.AnyTagClassName
{
color: #EFE94B;
}
</style>
background-color css
<style>
a { background-color: #EFE94B; }
a { background-color: rgb(239,233,75); }
div.DivClassName
{
background-color: #EFE94B;
}
.BgClassName
{
background-color: #EFE94B;
}
</style>
border-color css
<style>
span { border-color: #EFE94B; }
span { border-color: rgb(239,233,75); }
td.TdClassName
{
border-color: #EFE94B;
}
.TagClassName
{
border-color: #EFE94B;
}
</style>