Shades of Paris Daisy #EFE954
Tints of Paris Daisy #EFE954
RGB
CMYK
RGB Variations
Color information
#EFE954 (or 0xEFE954) is known color: Paris Daisy. HEX triplet: EF, E9 and 54. RGB value is (239,233,84). Sum of RGB (Red+Green+Blue) = 239+233+84=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 233 (91.41% from 255 or 41.91% from 556); Blue value is 84 (33.20% from 255 or 15.11% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE954 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE954 is #1016AB. Grayscale: #DADADA. Windows color (decimal): -1054380 or 5564911. OLE color: 5564911.
HSL color Cylindrical-coordinate representation of color #EFE954: hue angle of 57.68º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EFE954 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 84 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.06 |
| HSL | 57.68º | 0.83% | 0.63% | - |
| HSV(B) | 57.68º | 0.65% | 0.94% | - |
| XYZ | 66.34 | 77.27 | 19.81 | - |
| YUV | 217.81 | 52.49 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 84 | 0 | 0.03 | 0.65 | 0.06 | 57.68 | 0.83 | 0.63 |
| Hex | EF | E9 | 54 | 0 | 3 | 41 | 6 | 3A | 53 | 3F |
| Octal | 357 | 351 | 124 | 0 | 3 | 101 | 6 | 72 | 123 | 77 |
| Binary | 11101111 | 11101001 | 1010100 | 0 | 11 | 1000001 | 110 | 111010 | 1010011 | 111111 |
Color Harmonies of #EFE954
Complementary color
Monochromatic Colors of #EFE954
Black with #EFE954
Text Example
Text Example
White with #EFE954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE954; }
p { color: rgb(239,233,84); }
H1.HeaderClassName
{
color: #EFE954;
}
.AnyTagClassName
{
color: #EFE954;
}
</style>
background-color css
<style>
a { background-color: #EFE954; }
a { background-color: rgb(239,233,84); }
div.DivClassName
{
background-color: #EFE954;
}
.BgClassName
{
background-color: #EFE954;
}
</style>
border-color css
<style>
span { border-color: #EFE954; }
span { border-color: rgb(239,233,84); }
td.TdClassName
{
border-color: #EFE954;
}
.TagClassName
{
border-color: #EFE954;
}
</style>