Shades of Paris Daisy #EDE94B
Tints of Paris Daisy #EDE94B
RGB
CMYK
RGB Variations
Color information
#EDE94B (or 0xEDE94B) is known color: Paris Daisy. HEX triplet: ED, E9 and 4B. RGB value is (237,233,75). Sum of RGB (Red+Green+Blue) = 237+233+75=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 233 (91.41% from 255 or 42.75% from 545); Blue value is 75 (29.69% from 255 or 13.76% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE94B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE94B is #1216B4. Grayscale: #D8D8D8. Windows color (decimal): -1185461 or 4975085. OLE color: 4975085.
HSL color Cylindrical-coordinate representation of color #EDE94B: hue angle of 58.52º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDE94B is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 233 | 75 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.07 |
| HSL | 58.52º | 0.82% | 0.61% | - |
| HSV(B) | 58.52º | 0.68% | 0.93% | - |
| XYZ | 65.33 | 76.79 | 18.04 | - |
| YUV | 216.18 | 48.33 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 233 | 75 | 0 | 0.02 | 0.68 | 0.07 | 58.52 | 0.82 | 0.61 |
| Hex | ED | E9 | 4B | 0 | 2 | 44 | 7 | 3B | 52 | 3D |
| Octal | 355 | 351 | 113 | 0 | 2 | 104 | 7 | 73 | 122 | 75 |
| Binary | 11101101 | 11101001 | 1001011 | 0 | 10 | 1000100 | 111 | 111011 | 1010010 | 111101 |
Color Harmonies of #EDE94B
Complementary color
Monochromatic Colors of #EDE94B
Black with #EDE94B
Text Example
Text Example
White with #EDE94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE94B; }
p { color: rgb(237,233,75); }
H1.HeaderClassName
{
color: #EDE94B;
}
.AnyTagClassName
{
color: #EDE94B;
}
</style>
background-color css
<style>
a { background-color: #EDE94B; }
a { background-color: rgb(237,233,75); }
div.DivClassName
{
background-color: #EDE94B;
}
.BgClassName
{
background-color: #EDE94B;
}
</style>
border-color css
<style>
span { border-color: #EDE94B; }
span { border-color: rgb(237,233,75); }
td.TdClassName
{
border-color: #EDE94B;
}
.TagClassName
{
border-color: #EDE94B;
}
</style>