Shades of Paris Daisy #EDE448
Tints of Paris Daisy #EDE448
RGB
CMYK
RGB Variations
Color information
#EDE448 (or 0xEDE448) is known color: Paris Daisy. HEX triplet: ED, E4 and 48. RGB value is (237,228,72). Sum of RGB (Red+Green+Blue) = 237+228+72=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 228 (89.45% from 255 or 42.46% from 537); Blue value is 72 (28.52% from 255 or 13.41% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE448 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE448 is #121BB7. Grayscale: #D5D5D5. Windows color (decimal): -1186744 or 4777197. OLE color: 4777197.
HSL color Cylindrical-coordinate representation of color #EDE448: hue angle of 56.73º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDE448 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 72 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.07 |
| HSL | 56.73º | 0.82% | 0.61% | - |
| HSV(B) | 56.73º | 0.7% | 0.93% | - |
| XYZ | 63.84 | 73.96 | 17.04 | - |
| YUV | 212.91 | 48.48 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 72 | 0 | 0.04 | 0.70 | 0.07 | 56.73 | 0.82 | 0.61 |
| Hex | ED | E4 | 48 | 0 | 4 | 46 | 7 | 39 | 52 | 3D |
| Octal | 355 | 344 | 110 | 0 | 4 | 106 | 7 | 71 | 122 | 75 |
| Binary | 11101101 | 11100100 | 1001000 | 0 | 100 | 1000110 | 111 | 111001 | 1010010 | 111101 |
Color Harmonies of #EDE448
Complementary color
Monochromatic Colors of #EDE448
Black with #EDE448
Text Example
Text Example
White with #EDE448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE448; }
p { color: rgb(237,228,72); }
H1.HeaderClassName
{
color: #EDE448;
}
.AnyTagClassName
{
color: #EDE448;
}
</style>
background-color css
<style>
a { background-color: #EDE448; }
a { background-color: rgb(237,228,72); }
div.DivClassName
{
background-color: #EDE448;
}
.BgClassName
{
background-color: #EDE448;
}
</style>
border-color css
<style>
span { border-color: #EDE448; }
span { border-color: rgb(237,228,72); }
td.TdClassName
{
border-color: #EDE448;
}
.TagClassName
{
border-color: #EDE448;
}
</style>