Shades of Paris Daisy #EEE74A
Tints of Paris Daisy #EEE74A
RGB
CMYK
RGB Variations
Color information
#EEE74A (or 0xEEE74A) is known color: Paris Daisy. HEX triplet: EE, E7 and 4A. RGB value is (238,231,74). Sum of RGB (Red+Green+Blue) = 238+231+74=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 231 (90.62% from 255 or 42.54% from 543); Blue value is 74 (29.30% from 255 or 13.63% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE74A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEE74A is #1118B5. Grayscale: #D7D7D7. Windows color (decimal): -1120438 or 4909038. OLE color: 4909038.
HSL color Cylindrical-coordinate representation of color #EEE74A: hue angle of 57.44º 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 #EEE74A is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 231 | 74 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.07 |
| HSL | 57.44º | 0.83% | 0.61% | - |
| HSV(B) | 57.44º | 0.69% | 0.93% | - |
| XYZ | 65.07 | 75.82 | 17.68 | - |
| YUV | 215.2 | 48.32 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 231 | 74 | 0 | 0.03 | 0.69 | 0.07 | 57.44 | 0.83 | 0.61 |
| Hex | EE | E7 | 4A | 0 | 3 | 45 | 7 | 39 | 53 | 3D |
| Octal | 356 | 347 | 112 | 0 | 3 | 105 | 7 | 71 | 123 | 75 |
| Binary | 11101110 | 11100111 | 1001010 | 0 | 11 | 1000101 | 111 | 111001 | 1010011 | 111101 |
Color Harmonies of #EEE74A
Complementary color
Monochromatic Colors of #EEE74A
Black with #EEE74A
Text Example
Text Example
White with #EEE74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE74A; }
p { color: rgb(238,231,74); }
H1.HeaderClassName
{
color: #EEE74A;
}
.AnyTagClassName
{
color: #EEE74A;
}
</style>
background-color css
<style>
a { background-color: #EEE74A; }
a { background-color: rgb(238,231,74); }
div.DivClassName
{
background-color: #EEE74A;
}
.BgClassName
{
background-color: #EEE74A;
}
</style>
border-color css
<style>
span { border-color: #EEE74A; }
span { border-color: rgb(238,231,74); }
td.TdClassName
{
border-color: #EEE74A;
}
.TagClassName
{
border-color: #EEE74A;
}
</style>