Shades of Paris Daisy #EDE646
Tints of Paris Daisy #EDE646
RGB
CMYK
RGB Variations
Color information
#EDE646 (or 0xEDE646) is known color: Paris Daisy. HEX triplet: ED, E6 and 46. RGB value is (237,230,70). Sum of RGB (Red+Green+Blue) = 237+230+70=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 230 (90.23% from 255 or 42.83% from 537); Blue value is 70 (27.73% from 255 or 13.04% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE646 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE646 is #1219B9. Grayscale: #D6D6D6. Windows color (decimal): -1186234 or 4646637. OLE color: 4646637.
HSL color Cylindrical-coordinate representation of color #EDE646: hue angle of 57.49º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDE646 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 230 | 70 | - |
| CMYK | 0 | 0.03 | 0.70 | 0.07 |
| HSL | 57.49º | 0.82% | 0.6% | - |
| HSV(B) | 57.49º | 0.7% | 0.93% | - |
| XYZ | 64.33 | 75.04 | 16.89 | - |
| YUV | 213.85 | 46.82 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 70 | 0 | 0.03 | 0.70 | 0.07 | 57.49 | 0.82 | 0.6 |
| Hex | ED | E6 | 46 | 0 | 3 | 46 | 7 | 39 | 52 | 3C |
| Octal | 355 | 346 | 106 | 0 | 3 | 106 | 7 | 71 | 122 | 74 |
| Binary | 11101101 | 11100110 | 1000110 | 0 | 11 | 1000110 | 111 | 111001 | 1010010 | 111100 |
Color Harmonies of #EDE646
Complementary color
Monochromatic Colors of #EDE646
Black with #EDE646
Text Example
Text Example
White with #EDE646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE646; }
p { color: rgb(237,230,70); }
H1.HeaderClassName
{
color: #EDE646;
}
.AnyTagClassName
{
color: #EDE646;
}
</style>
background-color css
<style>
a { background-color: #EDE646; }
a { background-color: rgb(237,230,70); }
div.DivClassName
{
background-color: #EDE646;
}
.BgClassName
{
background-color: #EDE646;
}
</style>
border-color css
<style>
span { border-color: #EDE646; }
span { border-color: rgb(237,230,70); }
td.TdClassName
{
border-color: #EDE646;
}
.TagClassName
{
border-color: #EDE646;
}
</style>