Shades of Paris Daisy #EFE652
Tints of Paris Daisy #EFE652
RGB
CMYK
RGB Variations
Color information
#EFE652 (or 0xEFE652) is known color: Paris Daisy. HEX triplet: EF, E6 and 52. RGB value is (239,230,82). Sum of RGB (Red+Green+Blue) = 239+230+82=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 230 (90.23% from 255 or 41.74% from 551); Blue value is 82 (32.42% from 255 or 14.88% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE652 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE652 is #1019AD. Grayscale: #D8D8D8. Windows color (decimal): -1055150 or 5433071. OLE color: 5433071.
HSL color Cylindrical-coordinate representation of color #EFE652: hue angle of 56.56º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EFE652 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 230 | 82 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.06 |
| HSL | 56.56º | 0.83% | 0.63% | - |
| HSV(B) | 56.56º | 0.66% | 0.94% | - |
| XYZ | 65.42 | 75.55 | 19.12 | - |
| YUV | 215.82 | 52.48 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 82 | 0 | 0.04 | 0.66 | 0.06 | 56.56 | 0.83 | 0.63 |
| Hex | EF | E6 | 52 | 0 | 4 | 42 | 6 | 39 | 53 | 3F |
| Octal | 357 | 346 | 122 | 0 | 4 | 102 | 6 | 71 | 123 | 77 |
| Binary | 11101111 | 11100110 | 1010010 | 0 | 100 | 1000010 | 110 | 111001 | 1010011 | 111111 |
Color Harmonies of #EFE652
Complementary color
Monochromatic Colors of #EFE652
Black with #EFE652
Text Example
Text Example
White with #EFE652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE652; }
p { color: rgb(239,230,82); }
H1.HeaderClassName
{
color: #EFE652;
}
.AnyTagClassName
{
color: #EFE652;
}
</style>
background-color css
<style>
a { background-color: #EFE652; }
a { background-color: rgb(239,230,82); }
div.DivClassName
{
background-color: #EFE652;
}
.BgClassName
{
background-color: #EFE652;
}
</style>
border-color css
<style>
span { border-color: #EFE652; }
span { border-color: rgb(239,230,82); }
td.TdClassName
{
border-color: #EFE652;
}
.TagClassName
{
border-color: #EFE652;
}
</style>