Shades of Paris Daisy #EFE754
Tints of Paris Daisy #EFE754
RGB
CMYK
RGB Variations
Color information
#EFE754 (or 0xEFE754) is known color: Paris Daisy. HEX triplet: EF, E7 and 54. RGB value is (239,231,84). Sum of RGB (Red+Green+Blue) = 239+231+84=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 231 (90.62% from 255 or 41.70% from 554); Blue value is 84 (33.20% from 255 or 15.16% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE754 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE754 is #1018AB. Grayscale: #D9D9D9. Windows color (decimal): -1054892 or 5564399. OLE color: 5564399.
HSL color Cylindrical-coordinate representation of color #EFE754: hue angle of 56.9º 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 #EFE754 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 84 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.06 |
| HSL | 56.9º | 0.83% | 0.63% | - |
| HSV(B) | 56.9º | 0.65% | 0.94% | - |
| XYZ | 65.77 | 76.14 | 19.62 | - |
| YUV | 216.63 | 53.15 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 84 | 0 | 0.03 | 0.65 | 0.06 | 56.9 | 0.83 | 0.63 |
| Hex | EF | E7 | 54 | 0 | 3 | 41 | 6 | 39 | 53 | 3F |
| Octal | 357 | 347 | 124 | 0 | 3 | 101 | 6 | 71 | 123 | 77 |
| Binary | 11101111 | 11100111 | 1010100 | 0 | 11 | 1000001 | 110 | 111001 | 1010011 | 111111 |
Color Harmonies of #EFE754
Complementary color
Monochromatic Colors of #EFE754
Black with #EFE754
Text Example
Text Example
White with #EFE754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE754; }
p { color: rgb(239,231,84); }
H1.HeaderClassName
{
color: #EFE754;
}
.AnyTagClassName
{
color: #EFE754;
}
</style>
background-color css
<style>
a { background-color: #EFE754; }
a { background-color: rgb(239,231,84); }
div.DivClassName
{
background-color: #EFE754;
}
.BgClassName
{
background-color: #EFE754;
}
</style>
border-color css
<style>
span { border-color: #EFE754; }
span { border-color: rgb(239,231,84); }
td.TdClassName
{
border-color: #EFE754;
}
.TagClassName
{
border-color: #EFE754;
}
</style>