Shades of Paris Daisy #EFE74B
Tints of Paris Daisy #EFE74B
RGB
CMYK
RGB Variations
Color information
#EFE74B (or 0xEFE74B) is known color: Paris Daisy. HEX triplet: EF, E7 and 4B. RGB value is (239,231,75). Sum of RGB (Red+Green+Blue) = 239+231+75=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 231 (90.62% from 255 or 42.39% from 545); Blue value is 75 (29.69% from 255 or 13.76% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE74B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE74B is #1018B4. Grayscale: #D8D8D8. Windows color (decimal): -1054901 or 4974575. OLE color: 4974575.
HSL color Cylindrical-coordinate representation of color #EFE74B: hue angle of 57.07º 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 #EFE74B is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 75 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.06 |
| HSL | 57.07º | 0.84% | 0.62% | - |
| HSV(B) | 57.07º | 0.69% | 0.94% | - |
| XYZ | 65.44 | 76.01 | 17.88 | - |
| YUV | 215.61 | 48.65 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 75 | 0 | 0.03 | 0.69 | 0.06 | 57.07 | 0.84 | 0.62 |
| Hex | EF | E7 | 4B | 0 | 3 | 45 | 6 | 39 | 54 | 3E |
| Octal | 357 | 347 | 113 | 0 | 3 | 105 | 6 | 71 | 124 | 76 |
| Binary | 11101111 | 11100111 | 1001011 | 0 | 11 | 1000101 | 110 | 111001 | 1010100 | 111110 |
Color Harmonies of #EFE74B
Complementary color
Monochromatic Colors of #EFE74B
Black with #EFE74B
Text Example
Text Example
White with #EFE74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE74B; }
p { color: rgb(239,231,75); }
H1.HeaderClassName
{
color: #EFE74B;
}
.AnyTagClassName
{
color: #EFE74B;
}
</style>
background-color css
<style>
a { background-color: #EFE74B; }
a { background-color: rgb(239,231,75); }
div.DivClassName
{
background-color: #EFE74B;
}
.BgClassName
{
background-color: #EFE74B;
}
</style>
border-color css
<style>
span { border-color: #EFE74B; }
span { border-color: rgb(239,231,75); }
td.TdClassName
{
border-color: #EFE74B;
}
.TagClassName
{
border-color: #EFE74B;
}
</style>