Shades of Paris Daisy #EFE34B
Tints of Paris Daisy #EFE34B
RGB
CMYK
RGB Variations
Color information
#EFE34B (or 0xEFE34B) is known color: Paris Daisy. HEX triplet: EF, E3 and 4B. RGB value is (239,227,75). Sum of RGB (Red+Green+Blue) = 239+227+75=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 227 (89.06% from 255 or 41.96% from 541); Blue value is 75 (29.69% from 255 or 13.86% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE34B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE34B is #101CB4. Grayscale: #D5D5D5. Windows color (decimal): -1055925 or 4973551. OLE color: 4973551.
HSL color Cylindrical-coordinate representation of color #EFE34B: hue angle of 55.61º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFE34B is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 75 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.06 |
| HSL | 55.61º | 0.84% | 0.62% | - |
| HSV(B) | 55.61º | 0.69% | 0.94% | - |
| XYZ | 64.34 | 73.8 | 17.51 | - |
| YUV | 213.26 | 49.98 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 75 | 0 | 0.05 | 0.69 | 0.06 | 55.61 | 0.84 | 0.62 |
| Hex | EF | E3 | 4B | 0 | 5 | 45 | 6 | 38 | 54 | 3E |
| Octal | 357 | 343 | 113 | 0 | 5 | 105 | 6 | 70 | 124 | 76 |
| Binary | 11101111 | 11100011 | 1001011 | 0 | 101 | 1000101 | 110 | 111000 | 1010100 | 111110 |
Color Harmonies of #EFE34B
Complementary color
Monochromatic Colors of #EFE34B
Black with #EFE34B
Text Example
Text Example
White with #EFE34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE34B; }
p { color: rgb(239,227,75); }
H1.HeaderClassName
{
color: #EFE34B;
}
.AnyTagClassName
{
color: #EFE34B;
}
</style>
background-color css
<style>
a { background-color: #EFE34B; }
a { background-color: rgb(239,227,75); }
div.DivClassName
{
background-color: #EFE34B;
}
.BgClassName
{
background-color: #EFE34B;
}
</style>
border-color css
<style>
span { border-color: #EFE34B; }
span { border-color: rgb(239,227,75); }
td.TdClassName
{
border-color: #EFE34B;
}
.TagClassName
{
border-color: #EFE34B;
}
</style>