Shades of Paris Daisy #EFE945
Tints of Paris Daisy #EFE945
RGB
CMYK
RGB Variations
Color information
#EFE945 (or 0xEFE945) is known color: Paris Daisy. HEX triplet: EF, E9 and 45. RGB value is (239,233,69). Sum of RGB (Red+Green+Blue) = 239+233+69=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 233 (91.41% from 255 or 43.07% from 541); Blue value is 69 (27.34% from 255 or 12.75% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE945 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE945 is #1016BA. Grayscale: #D8D8D8. Windows color (decimal): -1054395 or 4581871. OLE color: 4581871.
HSL color Cylindrical-coordinate representation of color #EFE945: hue angle of 57.88º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EFE945 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 69 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.06 |
| HSL | 57.88º | 0.84% | 0.6% | - |
| HSV(B) | 57.88º | 0.71% | 0.94% | - |
| XYZ | 65.81 | 77.06 | 17.04 | - |
| YUV | 216.1 | 44.99 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 69 | 0 | 0.03 | 0.71 | 0.06 | 57.88 | 0.84 | 0.6 |
| Hex | EF | E9 | 45 | 0 | 3 | 47 | 6 | 3A | 54 | 3C |
| Octal | 357 | 351 | 105 | 0 | 3 | 107 | 6 | 72 | 124 | 74 |
| Binary | 11101111 | 11101001 | 1000101 | 0 | 11 | 1000111 | 110 | 111010 | 1010100 | 111100 |
Color Harmonies of #EFE945
Complementary color
Monochromatic Colors of #EFE945
Black with #EFE945
Text Example
Text Example
White with #EFE945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE945; }
p { color: rgb(239,233,69); }
H1.HeaderClassName
{
color: #EFE945;
}
.AnyTagClassName
{
color: #EFE945;
}
</style>
background-color css
<style>
a { background-color: #EFE945; }
a { background-color: rgb(239,233,69); }
div.DivClassName
{
background-color: #EFE945;
}
.BgClassName
{
background-color: #EFE945;
}
</style>
border-color css
<style>
span { border-color: #EFE945; }
span { border-color: rgb(239,233,69); }
td.TdClassName
{
border-color: #EFE945;
}
.TagClassName
{
border-color: #EFE945;
}
</style>