Shades of Paris Daisy #EDE74E
Tints of Paris Daisy #EDE74E
RGB
CMYK
RGB Variations
Color information
#EDE74E (or 0xEDE74E) is known color: Paris Daisy. HEX triplet: ED, E7 and 4E. RGB value is (237,231,78). Sum of RGB (Red+Green+Blue) = 237+231+78=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 231 (90.62% from 255 or 42.31% from 546); Blue value is 78 (30.86% from 255 or 14.29% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE74E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE74E is #1218B1. Grayscale: #D7D7D7. Windows color (decimal): -1185970 or 5171181. OLE color: 5171181.
HSL color Cylindrical-coordinate representation of color #EDE74E: hue angle of 57.74º 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 #EDE74E is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 231 | 78 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.07 |
| HSL | 57.74º | 0.82% | 0.62% | - |
| HSV(B) | 57.74º | 0.67% | 0.93% | - |
| XYZ | 64.88 | 75.71 | 18.4 | - |
| YUV | 215.35 | 50.49 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 231 | 78 | 0 | 0.03 | 0.67 | 0.07 | 57.74 | 0.82 | 0.62 |
| Hex | ED | E7 | 4E | 0 | 3 | 43 | 7 | 3A | 52 | 3E |
| Octal | 355 | 347 | 116 | 0 | 3 | 103 | 7 | 72 | 122 | 76 |
| Binary | 11101101 | 11100111 | 1001110 | 0 | 11 | 1000011 | 111 | 111010 | 1010010 | 111110 |
Color Harmonies of #EDE74E
Complementary color
Monochromatic Colors of #EDE74E
Black with #EDE74E
Text Example
Text Example
White with #EDE74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE74E; }
p { color: rgb(237,231,78); }
H1.HeaderClassName
{
color: #EDE74E;
}
.AnyTagClassName
{
color: #EDE74E;
}
</style>
background-color css
<style>
a { background-color: #EDE74E; }
a { background-color: rgb(237,231,78); }
div.DivClassName
{
background-color: #EDE74E;
}
.BgClassName
{
background-color: #EDE74E;
}
</style>
border-color css
<style>
span { border-color: #EDE74E; }
span { border-color: rgb(237,231,78); }
td.TdClassName
{
border-color: #EDE74E;
}
.TagClassName
{
border-color: #EDE74E;
}
</style>