Shades of Paris Daisy #EFE74D
Tints of Paris Daisy #EFE74D
RGB
CMYK
RGB Variations
Color information
#EFE74D (or 0xEFE74D) is known color: Paris Daisy. HEX triplet: EF, E7 and 4D. RGB value is (239,231,77). Sum of RGB (Red+Green+Blue) = 239+231+77=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 231 (90.62% from 255 or 42.23% from 547); Blue value is 77 (30.47% from 255 or 14.08% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE74D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE74D is #1018B2. Grayscale: #D8D8D8. Windows color (decimal): -1054899 or 5105647. OLE color: 5105647.
HSL color Cylindrical-coordinate representation of color #EFE74D: hue angle of 57.04º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EFE74D is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 77 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.06 |
| HSL | 57.04º | 0.84% | 0.62% | - |
| HSV(B) | 57.04º | 0.68% | 0.94% | - |
| XYZ | 65.51 | 76.04 | 18.25 | - |
| YUV | 215.84 | 49.65 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 77 | 0 | 0.03 | 0.68 | 0.06 | 57.04 | 0.84 | 0.62 |
| Hex | EF | E7 | 4D | 0 | 3 | 44 | 6 | 39 | 54 | 3E |
| Octal | 357 | 347 | 115 | 0 | 3 | 104 | 6 | 71 | 124 | 76 |
| Binary | 11101111 | 11100111 | 1001101 | 0 | 11 | 1000100 | 110 | 111001 | 1010100 | 111110 |
Color Harmonies of #EFE74D
Complementary color
Monochromatic Colors of #EFE74D
Black with #EFE74D
Text Example
Text Example
White with #EFE74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE74D; }
p { color: rgb(239,231,77); }
H1.HeaderClassName
{
color: #EFE74D;
}
.AnyTagClassName
{
color: #EFE74D;
}
</style>
background-color css
<style>
a { background-color: #EFE74D; }
a { background-color: rgb(239,231,77); }
div.DivClassName
{
background-color: #EFE74D;
}
.BgClassName
{
background-color: #EFE74D;
}
</style>
border-color css
<style>
span { border-color: #EFE74D; }
span { border-color: rgb(239,231,77); }
td.TdClassName
{
border-color: #EFE74D;
}
.TagClassName
{
border-color: #EFE74D;
}
</style>