Shades of Paris Daisy #EFE94A
Tints of Paris Daisy #EFE94A
RGB
CMYK
RGB Variations
Color information
#EFE94A (or 0xEFE94A) is known color: Paris Daisy. HEX triplet: EF, E9 and 4A. RGB value is (239,233,74). Sum of RGB (Red+Green+Blue) = 239+233+74=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 233 (91.41% from 255 or 42.67% from 546); Blue value is 74 (29.30% from 255 or 13.55% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE94A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE94A is #1016B5. Grayscale: #D9D9D9. Windows color (decimal): -1054390 or 4909551. OLE color: 4909551.
HSL color Cylindrical-coordinate representation of color #EFE94A: hue angle of 57.82º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFE94A is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 74 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.06 |
| HSL | 57.82º | 0.84% | 0.61% | - |
| HSV(B) | 57.82º | 0.69% | 0.94% | - |
| XYZ | 65.97 | 77.12 | 17.89 | - |
| YUV | 216.67 | 47.49 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 74 | 0 | 0.03 | 0.69 | 0.06 | 57.82 | 0.84 | 0.61 |
| Hex | EF | E9 | 4A | 0 | 3 | 45 | 6 | 3A | 54 | 3D |
| Octal | 357 | 351 | 112 | 0 | 3 | 105 | 6 | 72 | 124 | 75 |
| Binary | 11101111 | 11101001 | 1001010 | 0 | 11 | 1000101 | 110 | 111010 | 1010100 | 111101 |
Color Harmonies of #EFE94A
Complementary color
Monochromatic Colors of #EFE94A
Black with #EFE94A
Text Example
Text Example
White with #EFE94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE94A; }
p { color: rgb(239,233,74); }
H1.HeaderClassName
{
color: #EFE94A;
}
.AnyTagClassName
{
color: #EFE94A;
}
</style>
background-color css
<style>
a { background-color: #EFE94A; }
a { background-color: rgb(239,233,74); }
div.DivClassName
{
background-color: #EFE94A;
}
.BgClassName
{
background-color: #EFE94A;
}
</style>
border-color css
<style>
span { border-color: #EFE94A; }
span { border-color: rgb(239,233,74); }
td.TdClassName
{
border-color: #EFE94A;
}
.TagClassName
{
border-color: #EFE94A;
}
</style>