Shades of Paris Daisy #EDE64E
Tints of Paris Daisy #EDE64E
RGB
CMYK
RGB Variations
Color information
#EDE64E (or 0xEDE64E) is known color: Paris Daisy. HEX triplet: ED, E6 and 4E. RGB value is (237,230,78). Sum of RGB (Red+Green+Blue) = 237+230+78=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 230 (90.23% from 255 or 42.20% from 545); Blue value is 78 (30.86% from 255 or 14.31% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE64E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE64E is #1219B1. Grayscale: #D7D7D7. Windows color (decimal): -1186226 or 5170925. OLE color: 5170925.
HSL color Cylindrical-coordinate representation of color #EDE64E: hue angle of 57.36º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDE64E is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 230 | 78 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.07 |
| HSL | 57.36º | 0.82% | 0.62% | - |
| HSV(B) | 57.36º | 0.67% | 0.93% | - |
| XYZ | 64.6 | 75.15 | 18.31 | - |
| YUV | 214.77 | 50.82 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 78 | 0 | 0.03 | 0.67 | 0.07 | 57.36 | 0.82 | 0.62 |
| Hex | ED | E6 | 4E | 0 | 3 | 43 | 7 | 39 | 52 | 3E |
| Octal | 355 | 346 | 116 | 0 | 3 | 103 | 7 | 71 | 122 | 76 |
| Binary | 11101101 | 11100110 | 1001110 | 0 | 11 | 1000011 | 111 | 111001 | 1010010 | 111110 |
Color Harmonies of #EDE64E
Complementary color
Monochromatic Colors of #EDE64E
Black with #EDE64E
Text Example
Text Example
White with #EDE64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE64E; }
p { color: rgb(237,230,78); }
H1.HeaderClassName
{
color: #EDE64E;
}
.AnyTagClassName
{
color: #EDE64E;
}
</style>
background-color css
<style>
a { background-color: #EDE64E; }
a { background-color: rgb(237,230,78); }
div.DivClassName
{
background-color: #EDE64E;
}
.BgClassName
{
background-color: #EDE64E;
}
</style>
border-color css
<style>
span { border-color: #EDE64E; }
span { border-color: rgb(237,230,78); }
td.TdClassName
{
border-color: #EDE64E;
}
.TagClassName
{
border-color: #EDE64E;
}
</style>