Shades of Paris Daisy #EEE84A
Tints of Paris Daisy #EEE84A
RGB
CMYK
RGB Variations
Color information
#EEE84A (or 0xEEE84A) is known color: Paris Daisy. HEX triplet: EE, E8 and 4A. RGB value is (238,232,74). Sum of RGB (Red+Green+Blue) = 238+232+74=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 232 (91.02% from 255 or 42.65% from 544); Blue value is 74 (29.30% from 255 or 13.60% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE84A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEE84A is #1117B5. Grayscale: #D8D8D8. Windows color (decimal): -1120182 or 4909294. OLE color: 4909294.
HSL color Cylindrical-coordinate representation of color #EEE84A: hue angle of 57.8º degrees, saturation: 0.83, 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 #EEE84A is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 232 | 74 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.07 |
| HSL | 57.8º | 0.83% | 0.61% | - |
| HSV(B) | 57.8º | 0.69% | 0.93% | - |
| XYZ | 65.35 | 76.38 | 17.78 | - |
| YUV | 215.78 | 47.99 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 74 | 0 | 0.03 | 0.69 | 0.07 | 57.8 | 0.83 | 0.61 |
| Hex | EE | E8 | 4A | 0 | 3 | 45 | 7 | 3A | 53 | 3D |
| Octal | 356 | 350 | 112 | 0 | 3 | 105 | 7 | 72 | 123 | 75 |
| Binary | 11101110 | 11101000 | 1001010 | 0 | 11 | 1000101 | 111 | 111010 | 1010011 | 111101 |
Color Harmonies of #EEE84A
Complementary color
Monochromatic Colors of #EEE84A
Black with #EEE84A
Text Example
Text Example
White with #EEE84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE84A; }
p { color: rgb(238,232,74); }
H1.HeaderClassName
{
color: #EEE84A;
}
.AnyTagClassName
{
color: #EEE84A;
}
</style>
background-color css
<style>
a { background-color: #EEE84A; }
a { background-color: rgb(238,232,74); }
div.DivClassName
{
background-color: #EEE84A;
}
.BgClassName
{
background-color: #EEE84A;
}
</style>
border-color css
<style>
span { border-color: #EEE84A; }
span { border-color: rgb(238,232,74); }
td.TdClassName
{
border-color: #EEE84A;
}
.TagClassName
{
border-color: #EEE84A;
}
</style>