Shades of Paris Daisy #EEE34A
Tints of Paris Daisy #EEE34A
RGB
CMYK
RGB Variations
Color information
#EEE34A (or 0xEEE34A) is known color: Paris Daisy. HEX triplet: EE, E3 and 4A. RGB value is (238,227,74). Sum of RGB (Red+Green+Blue) = 238+227+74=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 227 (89.06% from 255 or 42.12% from 539); Blue value is 74 (29.30% from 255 or 13.73% from 539); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE34A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE34A is #111CB5. Grayscale: #D5D5D5. Windows color (decimal): -1121462 or 4908014. OLE color: 4908014.
HSL color Cylindrical-coordinate representation of color #EEE34A: hue angle of 55.98º 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 #EEE34A is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 227 | 74 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.07 |
| HSL | 55.98º | 0.83% | 0.61% | - |
| HSV(B) | 55.98º | 0.69% | 0.93% | - |
| XYZ | 63.97 | 73.61 | 17.32 | - |
| YUV | 212.85 | 49.64 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 227 | 74 | 0 | 0.05 | 0.69 | 0.07 | 55.98 | 0.83 | 0.61 |
| Hex | EE | E3 | 4A | 0 | 5 | 45 | 7 | 38 | 53 | 3D |
| Octal | 356 | 343 | 112 | 0 | 5 | 105 | 7 | 70 | 123 | 75 |
| Binary | 11101110 | 11100011 | 1001010 | 0 | 101 | 1000101 | 111 | 111000 | 1010011 | 111101 |
Color Harmonies of #EEE34A
Complementary color
Monochromatic Colors of #EEE34A
Black with #EEE34A
Text Example
Text Example
White with #EEE34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE34A; }
p { color: rgb(238,227,74); }
H1.HeaderClassName
{
color: #EEE34A;
}
.AnyTagClassName
{
color: #EEE34A;
}
</style>
background-color css
<style>
a { background-color: #EEE34A; }
a { background-color: rgb(238,227,74); }
div.DivClassName
{
background-color: #EEE34A;
}
.BgClassName
{
background-color: #EEE34A;
}
</style>
border-color css
<style>
span { border-color: #EEE34A; }
span { border-color: rgb(238,227,74); }
td.TdClassName
{
border-color: #EEE34A;
}
.TagClassName
{
border-color: #EEE34A;
}
</style>