Shades of Paris Daisy #EDE74D
Tints of Paris Daisy #EDE74D
RGB
CMYK
RGB Variations
Color information
#EDE74D (or 0xEDE74D) is known color: Paris Daisy. HEX triplet: ED, E7 and 4D. RGB value is (237,231,77). Sum of RGB (Red+Green+Blue) = 237+231+77=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 231 (90.62% from 255 or 42.39% from 545); Blue value is 77 (30.47% from 255 or 14.13% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE74D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE74D is #1218B2. Grayscale: #D7D7D7. Windows color (decimal): -1185971 or 5105645. OLE color: 5105645.
HSL color Cylindrical-coordinate representation of color #EDE74D: hue angle of 57.75º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDE74D is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 231 | 77 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.07 |
| HSL | 57.75º | 0.82% | 0.62% | - |
| HSV(B) | 57.75º | 0.68% | 0.93% | - |
| XYZ | 64.84 | 75.69 | 18.21 | - |
| YUV | 215.24 | 49.99 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 231 | 77 | 0 | 0.03 | 0.68 | 0.07 | 57.75 | 0.82 | 0.62 |
| Hex | ED | E7 | 4D | 0 | 3 | 44 | 7 | 3A | 52 | 3E |
| Octal | 355 | 347 | 115 | 0 | 3 | 104 | 7 | 72 | 122 | 76 |
| Binary | 11101101 | 11100111 | 1001101 | 0 | 11 | 1000100 | 111 | 111010 | 1010010 | 111110 |
Color Harmonies of #EDE74D
Complementary color
Monochromatic Colors of #EDE74D
Black with #EDE74D
Text Example
Text Example
White with #EDE74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE74D; }
p { color: rgb(237,231,77); }
H1.HeaderClassName
{
color: #EDE74D;
}
.AnyTagClassName
{
color: #EDE74D;
}
</style>
background-color css
<style>
a { background-color: #EDE74D; }
a { background-color: rgb(237,231,77); }
div.DivClassName
{
background-color: #EDE74D;
}
.BgClassName
{
background-color: #EDE74D;
}
</style>
border-color css
<style>
span { border-color: #EDE74D; }
span { border-color: rgb(237,231,77); }
td.TdClassName
{
border-color: #EDE74D;
}
.TagClassName
{
border-color: #EDE74D;
}
</style>