Shades of Paris Daisy #EFE655
Tints of Paris Daisy #EFE655
RGB
CMYK
RGB Variations
Color information
#EFE655 (or 0xEFE655) is known color: Paris Daisy. HEX triplet: EF, E6 and 55. RGB value is (239,230,85). Sum of RGB (Red+Green+Blue) = 239+230+85=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 230 (90.23% from 255 or 41.52% from 554); Blue value is 85 (33.59% from 255 or 15.34% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE655 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE655 is #1019AA. Grayscale: #D8D8D8. Windows color (decimal): -1055147 or 5629679. OLE color: 5629679.
HSL color Cylindrical-coordinate representation of color #EFE655: hue angle of 56.49º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EFE655 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 230 | 85 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.06 |
| HSL | 56.49º | 0.83% | 0.64% | - |
| HSV(B) | 56.49º | 0.64% | 0.94% | - |
| XYZ | 65.53 | 75.6 | 19.73 | - |
| YUV | 216.16 | 53.98 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 85 | 0 | 0.04 | 0.64 | 0.06 | 56.49 | 0.83 | 0.64 |
| Hex | EF | E6 | 55 | 0 | 4 | 40 | 6 | 38 | 53 | 40 |
| Octal | 357 | 346 | 125 | 0 | 4 | 100 | 6 | 70 | 123 | 100 |
| Binary | 11101111 | 11100110 | 1010101 | 0 | 100 | 1000000 | 110 | 111000 | 1010011 | 1000000 |
Color Harmonies of #EFE655
Complementary color
Monochromatic Colors of #EFE655
Black with #EFE655
Text Example
Text Example
White with #EFE655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE655; }
p { color: rgb(239,230,85); }
H1.HeaderClassName
{
color: #EFE655;
}
.AnyTagClassName
{
color: #EFE655;
}
</style>
background-color css
<style>
a { background-color: #EFE655; }
a { background-color: rgb(239,230,85); }
div.DivClassName
{
background-color: #EFE655;
}
.BgClassName
{
background-color: #EFE655;
}
</style>
border-color css
<style>
span { border-color: #EFE655; }
span { border-color: rgb(239,230,85); }
td.TdClassName
{
border-color: #EFE655;
}
.TagClassName
{
border-color: #EFE655;
}
</style>