Shades of Paris Daisy #EDE74A
Tints of Paris Daisy #EDE74A
RGB
CMYK
RGB Variations
Color information
#EDE74A (or 0xEDE74A) is known color: Paris Daisy. HEX triplet: ED, E7 and 4A. RGB value is (237,231,74). Sum of RGB (Red+Green+Blue) = 237+231+74=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 231 (90.62% from 255 or 42.62% from 542); Blue value is 74 (29.30% from 255 or 13.65% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE74A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE74A is #1218B5. Grayscale: #D7D7D7. Windows color (decimal): -1185974 or 4909037. OLE color: 4909037.
HSL color Cylindrical-coordinate representation of color #EDE74A: hue angle of 57.79º 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 #EDE74A is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 231 | 74 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.07 |
| HSL | 57.79º | 0.82% | 0.61% | - |
| HSV(B) | 57.79º | 0.69% | 0.93% | - |
| XYZ | 64.74 | 75.65 | 17.67 | - |
| YUV | 214.9 | 48.49 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 231 | 74 | 0 | 0.03 | 0.69 | 0.07 | 57.79 | 0.82 | 0.61 |
| Hex | ED | E7 | 4A | 0 | 3 | 45 | 7 | 3A | 52 | 3D |
| Octal | 355 | 347 | 112 | 0 | 3 | 105 | 7 | 72 | 122 | 75 |
| Binary | 11101101 | 11100111 | 1001010 | 0 | 11 | 1000101 | 111 | 111010 | 1010010 | 111101 |
Color Harmonies of #EDE74A
Complementary color
Monochromatic Colors of #EDE74A
Black with #EDE74A
Text Example
Text Example
White with #EDE74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE74A; }
p { color: rgb(237,231,74); }
H1.HeaderClassName
{
color: #EDE74A;
}
.AnyTagClassName
{
color: #EDE74A;
}
</style>
background-color css
<style>
a { background-color: #EDE74A; }
a { background-color: rgb(237,231,74); }
div.DivClassName
{
background-color: #EDE74A;
}
.BgClassName
{
background-color: #EDE74A;
}
</style>
border-color css
<style>
span { border-color: #EDE74A; }
span { border-color: rgb(237,231,74); }
td.TdClassName
{
border-color: #EDE74A;
}
.TagClassName
{
border-color: #EDE74A;
}
</style>