Shades of Paris Daisy #EEED4B
Tints of Paris Daisy #EEED4B
RGB
CMYK
RGB Variations
Color information
#EEED4B (or 0xEEED4B) is known color: Paris Daisy. HEX triplet: EE, ED and 4B. RGB value is (238,237,75). Sum of RGB (Red+Green+Blue) = 238+237+75=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 75 (29.69% from 255 or 13.64% from 550); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEED4B is #1112B4. Grayscale: #DBDBDB. Windows color (decimal): -1118901 or 4976110. OLE color: 4976110.
HSL color Cylindrical-coordinate representation of color #EEED4B: hue angle of 59.63º degrees, saturation: 0.83, 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 #EEED4B is Cyan = 0, Magento = 0.00, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 75 | - |
| CMYK | 0 | 0.00 | 0.68 | 0.07 |
| HSL | 59.63º | 0.83% | 0.61% | - |
| HSV(B) | 59.63º | 0.68% | 0.93% | - |
| XYZ | 66.81 | 79.25 | 18.43 | - |
| YUV | 218.83 | 46.83 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 75 | 0 | 0.00 | 0.68 | 0.07 | 59.63 | 0.83 | 0.61 |
| Hex | EE | ED | 4B | 0 | 0 | 44 | 7 | 3C | 53 | 3D |
| Octal | 356 | 355 | 113 | 0 | 0 | 104 | 7 | 74 | 123 | 75 |
| Binary | 11101110 | 11101101 | 1001011 | 0 | 0 | 1000100 | 111 | 111100 | 1010011 | 111101 |
Color Harmonies of #EEED4B
Complementary color
Monochromatic Colors of #EEED4B
Black with #EEED4B
Text Example
Text Example
White with #EEED4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEED4B; }
p { color: rgb(238,237,75); }
H1.HeaderClassName
{
color: #EEED4B;
}
.AnyTagClassName
{
color: #EEED4B;
}
</style>
background-color css
<style>
a { background-color: #EEED4B; }
a { background-color: rgb(238,237,75); }
div.DivClassName
{
background-color: #EEED4B;
}
.BgClassName
{
background-color: #EEED4B;
}
</style>
border-color css
<style>
span { border-color: #EEED4B; }
span { border-color: rgb(238,237,75); }
td.TdClassName
{
border-color: #EEED4B;
}
.TagClassName
{
border-color: #EEED4B;
}
</style>