Shades of Paris Daisy #EFE653
Tints of Paris Daisy #EFE653
RGB
CMYK
RGB Variations
Color information
#EFE653 (or 0xEFE653) is known color: Paris Daisy. HEX triplet: EF, E6 and 53. RGB value is (239,230,83). Sum of RGB (Red+Green+Blue) = 239+230+83=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 230 (90.23% from 255 or 41.67% from 552); Blue value is 83 (32.81% from 255 or 15.04% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE653 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE653 is #1019AC. Grayscale: #D8D8D8. Windows color (decimal): -1055149 or 5498607. OLE color: 5498607.
HSL color Cylindrical-coordinate representation of color #EFE653: hue angle of 56.54º 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 #EFE653 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 230 | 83 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.06 |
| HSL | 56.54º | 0.83% | 0.63% | - |
| HSV(B) | 56.54º | 0.65% | 0.94% | - |
| XYZ | 65.45 | 75.57 | 19.32 | - |
| YUV | 215.93 | 52.98 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 83 | 0 | 0.04 | 0.65 | 0.06 | 56.54 | 0.83 | 0.63 |
| Hex | EF | E6 | 53 | 0 | 4 | 41 | 6 | 39 | 53 | 3F |
| Octal | 357 | 346 | 123 | 0 | 4 | 101 | 6 | 71 | 123 | 77 |
| Binary | 11101111 | 11100110 | 1010011 | 0 | 100 | 1000001 | 110 | 111001 | 1010011 | 111111 |
Color Harmonies of #EFE653
Complementary color
Monochromatic Colors of #EFE653
Black with #EFE653
Text Example
Text Example
White with #EFE653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE653; }
p { color: rgb(239,230,83); }
H1.HeaderClassName
{
color: #EFE653;
}
.AnyTagClassName
{
color: #EFE653;
}
</style>
background-color css
<style>
a { background-color: #EFE653; }
a { background-color: rgb(239,230,83); }
div.DivClassName
{
background-color: #EFE653;
}
.BgClassName
{
background-color: #EFE653;
}
</style>
border-color css
<style>
span { border-color: #EFE653; }
span { border-color: rgb(239,230,83); }
td.TdClassName
{
border-color: #EFE653;
}
.TagClassName
{
border-color: #EFE653;
}
</style>