Shades of Paris Daisy #EDED4A
Tints of Paris Daisy #EDED4A
RGB
CMYK
RGB Variations
Color information
#EDED4A (or 0xEDED4A) is known color: Paris Daisy. HEX triplet: ED, ED and 4A. RGB value is (237,237,74). Sum of RGB (Red+Green+Blue) = 237+237+74=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 237 (92.97% from 255 or 43.25% from 548); Blue value is 74 (29.30% from 255 or 13.50% from 548); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDED4A is #1212B5. Grayscale: #DBDBDB. Windows color (decimal): -1184438 or 4910573. OLE color: 4910573.
HSL color Cylindrical-coordinate representation of color #EDED4A: hue angle of 60º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDED4A is Cyan = 0, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 237 | 74 | - |
| CMYK | 0 | 0 | 0.69 | 0.07 |
| HSL | 60º | 0.82% | 0.61% | - |
| HSV(B) | 60º | 0.69% | 0.93% | - |
| XYZ | 66.45 | 79.07 | 18.24 | - |
| YUV | 218.42 | 46.5 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 237 | 74 | 0 | 0 | 0.69 | 0.07 | 60 | 0.82 | 0.61 |
| Hex | ED | ED | 4A | 0 | 0 | 45 | 7 | 3C | 52 | 3D |
| Octal | 355 | 355 | 112 | 0 | 0 | 105 | 7 | 74 | 122 | 75 |
| Binary | 11101101 | 11101101 | 1001010 | 0 | 0 | 1000101 | 111 | 111100 | 1010010 | 111101 |
Color Harmonies of #EDED4A
Complementary color
Monochromatic Colors of #EDED4A
Black with #EDED4A
Text Example
Text Example
White with #EDED4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDED4A; }
p { color: rgb(237,237,74); }
H1.HeaderClassName
{
color: #EDED4A;
}
.AnyTagClassName
{
color: #EDED4A;
}
</style>
background-color css
<style>
a { background-color: #EDED4A; }
a { background-color: rgb(237,237,74); }
div.DivClassName
{
background-color: #EDED4A;
}
.BgClassName
{
background-color: #EDED4A;
}
</style>
border-color css
<style>
span { border-color: #EDED4A; }
span { border-color: rgb(237,237,74); }
td.TdClassName
{
border-color: #EDED4A;
}
.TagClassName
{
border-color: #EDED4A;
}
</style>