Shades of Paris Daisy #EFE64C
Tints of Paris Daisy #EFE64C
RGB
CMYK
RGB Variations
Color information
#EFE64C (or 0xEFE64C) is known color: Paris Daisy. HEX triplet: EF, E6 and 4C. RGB value is (239,230,76). Sum of RGB (Red+Green+Blue) = 239+230+76=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 230 (90.23% from 255 or 42.20% from 545); Blue value is 76 (30.08% from 255 or 13.94% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE64C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE64C is #1019B3. Grayscale: #D7D7D7. Windows color (decimal): -1055156 or 5039855. OLE color: 5039855.
HSL color Cylindrical-coordinate representation of color #EFE64C: hue angle of 56.69º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EFE64C is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 230 | 76 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.06 |
| HSL | 56.69º | 0.84% | 0.62% | - |
| HSV(B) | 56.69º | 0.68% | 0.94% | - |
| XYZ | 65.2 | 75.47 | 17.97 | - |
| YUV | 215.14 | 49.48 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 76 | 0 | 0.04 | 0.68 | 0.06 | 56.69 | 0.84 | 0.62 |
| Hex | EF | E6 | 4C | 0 | 4 | 44 | 6 | 39 | 54 | 3E |
| Octal | 357 | 346 | 114 | 0 | 4 | 104 | 6 | 71 | 124 | 76 |
| Binary | 11101111 | 11100110 | 1001100 | 0 | 100 | 1000100 | 110 | 111001 | 1010100 | 111110 |
Color Harmonies of #EFE64C
Complementary color
Monochromatic Colors of #EFE64C
Black with #EFE64C
Text Example
Text Example
White with #EFE64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE64C; }
p { color: rgb(239,230,76); }
H1.HeaderClassName
{
color: #EFE64C;
}
.AnyTagClassName
{
color: #EFE64C;
}
</style>
background-color css
<style>
a { background-color: #EFE64C; }
a { background-color: rgb(239,230,76); }
div.DivClassName
{
background-color: #EFE64C;
}
.BgClassName
{
background-color: #EFE64C;
}
</style>
border-color css
<style>
span { border-color: #EFE64C; }
span { border-color: rgb(239,230,76); }
td.TdClassName
{
border-color: #EFE64C;
}
.TagClassName
{
border-color: #EFE64C;
}
</style>