Shades of Paris Daisy #EFE34A
Tints of Paris Daisy #EFE34A
RGB
CMYK
RGB Variations
Color information
#EFE34A (or 0xEFE34A) is known color: Paris Daisy. HEX triplet: EF, E3 and 4A. RGB value is (239,227,74). Sum of RGB (Red+Green+Blue) = 239+227+74=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 227 (89.06% from 255 or 42.04% from 540); Blue value is 74 (29.30% from 255 or 13.70% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE34A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE34A is #101CB5. Grayscale: #D5D5D5. Windows color (decimal): -1055926 or 4908015. OLE color: 4908015.
HSL color Cylindrical-coordinate representation of color #EFE34A: hue angle of 55.64º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFE34A is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 74 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.06 |
| HSL | 55.64º | 0.84% | 0.61% | - |
| HSV(B) | 55.64º | 0.69% | 0.94% | - |
| XYZ | 64.3 | 73.78 | 17.33 | - |
| YUV | 213.15 | 49.48 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 74 | 0 | 0.05 | 0.69 | 0.06 | 55.64 | 0.84 | 0.61 |
| Hex | EF | E3 | 4A | 0 | 5 | 45 | 6 | 38 | 54 | 3D |
| Octal | 357 | 343 | 112 | 0 | 5 | 105 | 6 | 70 | 124 | 75 |
| Binary | 11101111 | 11100011 | 1001010 | 0 | 101 | 1000101 | 110 | 111000 | 1010100 | 111101 |
Color Harmonies of #EFE34A
Complementary color
Monochromatic Colors of #EFE34A
Black with #EFE34A
Text Example
Text Example
White with #EFE34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE34A; }
p { color: rgb(239,227,74); }
H1.HeaderClassName
{
color: #EFE34A;
}
.AnyTagClassName
{
color: #EFE34A;
}
</style>
background-color css
<style>
a { background-color: #EFE34A; }
a { background-color: rgb(239,227,74); }
div.DivClassName
{
background-color: #EFE34A;
}
.BgClassName
{
background-color: #EFE34A;
}
</style>
border-color css
<style>
span { border-color: #EFE34A; }
span { border-color: rgb(239,227,74); }
td.TdClassName
{
border-color: #EFE34A;
}
.TagClassName
{
border-color: #EFE34A;
}
</style>