Shades of Paris Daisy #EDE64F
Tints of Paris Daisy #EDE64F
RGB
CMYK
RGB Variations
Color information
#EDE64F (or 0xEDE64F) is known color: Paris Daisy. HEX triplet: ED, E6 and 4F. RGB value is (237,230,79). Sum of RGB (Red+Green+Blue) = 237+230+79=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 230 (90.23% from 255 or 42.12% from 546); Blue value is 79 (31.25% from 255 or 14.47% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE64F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE64F is #1219B0. Grayscale: #D7D7D7. Windows color (decimal): -1186225 or 5236461. OLE color: 5236461.
HSL color Cylindrical-coordinate representation of color #EDE64F: hue angle of 57.34º degrees, saturation: 0.81, 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 #EDE64F is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 230 | 79 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.07 |
| HSL | 57.34º | 0.81% | 0.62% | - |
| HSV(B) | 57.34º | 0.67% | 0.93% | - |
| XYZ | 64.63 | 75.16 | 18.5 | - |
| YUV | 214.88 | 51.32 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 79 | 0 | 0.03 | 0.67 | 0.07 | 57.34 | 0.81 | 0.62 |
| Hex | ED | E6 | 4F | 0 | 3 | 43 | 7 | 39 | 51 | 3E |
| Octal | 355 | 346 | 117 | 0 | 3 | 103 | 7 | 71 | 121 | 76 |
| Binary | 11101101 | 11100110 | 1001111 | 0 | 11 | 1000011 | 111 | 111001 | 1010001 | 111110 |
Color Harmonies of #EDE64F
Complementary color
Monochromatic Colors of #EDE64F
Black with #EDE64F
Text Example
Text Example
White with #EDE64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE64F; }
p { color: rgb(237,230,79); }
H1.HeaderClassName
{
color: #EDE64F;
}
.AnyTagClassName
{
color: #EDE64F;
}
</style>
background-color css
<style>
a { background-color: #EDE64F; }
a { background-color: rgb(237,230,79); }
div.DivClassName
{
background-color: #EDE64F;
}
.BgClassName
{
background-color: #EDE64F;
}
</style>
border-color css
<style>
span { border-color: #EDE64F; }
span { border-color: rgb(237,230,79); }
td.TdClassName
{
border-color: #EDE64F;
}
.TagClassName
{
border-color: #EDE64F;
}
</style>