Shades of Paris Daisy #EDE84B
Tints of Paris Daisy #EDE84B
RGB
CMYK
RGB Variations
Color information
#EDE84B (or 0xEDE84B) is known color: Paris Daisy. HEX triplet: ED, E8 and 4B. RGB value is (237,232,75). Sum of RGB (Red+Green+Blue) = 237+232+75=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 232 (91.02% from 255 or 42.65% from 544); Blue value is 75 (29.69% from 255 or 13.79% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE84B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE84B is #1217B4. Grayscale: #D8D8D8. Windows color (decimal): -1185717 or 4974829. OLE color: 4974829.
HSL color Cylindrical-coordinate representation of color #EDE84B: hue angle of 58.15º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDE84B is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 75 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.07 |
| HSL | 58.15º | 0.82% | 0.61% | - |
| HSV(B) | 58.15º | 0.68% | 0.93% | - |
| XYZ | 65.05 | 76.23 | 17.94 | - |
| YUV | 215.6 | 48.66 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 75 | 0 | 0.02 | 0.68 | 0.07 | 58.15 | 0.82 | 0.61 |
| Hex | ED | E8 | 4B | 0 | 2 | 44 | 7 | 3A | 52 | 3D |
| Octal | 355 | 350 | 113 | 0 | 2 | 104 | 7 | 72 | 122 | 75 |
| Binary | 11101101 | 11101000 | 1001011 | 0 | 10 | 1000100 | 111 | 111010 | 1010010 | 111101 |
Color Harmonies of #EDE84B
Complementary color
Monochromatic Colors of #EDE84B
Black with #EDE84B
Text Example
Text Example
White with #EDE84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE84B; }
p { color: rgb(237,232,75); }
H1.HeaderClassName
{
color: #EDE84B;
}
.AnyTagClassName
{
color: #EDE84B;
}
</style>
background-color css
<style>
a { background-color: #EDE84B; }
a { background-color: rgb(237,232,75); }
div.DivClassName
{
background-color: #EDE84B;
}
.BgClassName
{
background-color: #EDE84B;
}
</style>
border-color css
<style>
span { border-color: #EDE84B; }
span { border-color: rgb(237,232,75); }
td.TdClassName
{
border-color: #EDE84B;
}
.TagClassName
{
border-color: #EDE84B;
}
</style>