Shades of Paris Daisy #EBE94A
Tints of Paris Daisy #EBE94A
RGB
CMYK
RGB Variations
Color information
#EBE94A (or 0xEBE94A) is known color: Paris Daisy. HEX triplet: EB, E9 and 4A. RGB value is (235,233,74). Sum of RGB (Red+Green+Blue) = 235+233+74=542 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.36% from 542); Green value is 233 (91.41% from 255 or 42.99% from 542); Blue value is 74 (29.30% from 255 or 13.65% from 542); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE94A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBE94A is #1416B5. Grayscale: #D8D8D8. Windows color (decimal): -1316534 or 4909547. OLE color: 4909547.
HSL color Cylindrical-coordinate representation of color #EBE94A: hue angle of 59.25º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EBE94A is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 233 | 74 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.08 |
| HSL | 59.25º | 0.8% | 0.61% | - |
| HSV(B) | 59.25º | 0.69% | 0.92% | - |
| XYZ | 64.64 | 76.43 | 17.83 | - |
| YUV | 215.47 | 48.16 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 233 | 74 | 0 | 0.01 | 0.69 | 0.08 | 59.25 | 0.8 | 0.61 |
| Hex | EB | E9 | 4A | 0 | 1 | 45 | 8 | 3B | 50 | 3D |
| Octal | 353 | 351 | 112 | 0 | 1 | 105 | 10 | 73 | 120 | 75 |
| Binary | 11101011 | 11101001 | 1001010 | 0 | 1 | 1000101 | 1000 | 111011 | 1010000 | 111101 |
Color Harmonies of #EBE94A
Complementary color
Monochromatic Colors of #EBE94A
Black with #EBE94A
Text Example
Text Example
White with #EBE94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE94A; }
p { color: rgb(235,233,74); }
H1.HeaderClassName
{
color: #EBE94A;
}
.AnyTagClassName
{
color: #EBE94A;
}
</style>
background-color css
<style>
a { background-color: #EBE94A; }
a { background-color: rgb(235,233,74); }
div.DivClassName
{
background-color: #EBE94A;
}
.BgClassName
{
background-color: #EBE94A;
}
</style>
border-color css
<style>
span { border-color: #EBE94A; }
span { border-color: rgb(235,233,74); }
td.TdClassName
{
border-color: #EBE94A;
}
.TagClassName
{
border-color: #EBE94A;
}
</style>