Shades of Paris Daisy #EEE64B
Tints of Paris Daisy #EEE64B
RGB
CMYK
RGB Variations
Color information
#EEE64B (or 0xEEE64B) is known color: Paris Daisy. HEX triplet: EE, E6 and 4B. RGB value is (238,230,75). Sum of RGB (Red+Green+Blue) = 238+230+75=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 230 (90.23% from 255 or 42.36% from 543); Blue value is 75 (29.69% from 255 or 13.81% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE64B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEE64B is #1119B4. Grayscale: #D7D7D7. Windows color (decimal): -1120693 or 4974318. OLE color: 4974318.
HSL color Cylindrical-coordinate representation of color #EEE64B: hue angle of 57.06º 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 #EEE64B is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 230 | 75 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.07 |
| HSL | 57.06º | 0.83% | 0.61% | - |
| HSV(B) | 57.06º | 0.68% | 0.93% | - |
| XYZ | 64.83 | 75.28 | 17.77 | - |
| YUV | 214.72 | 49.15 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 230 | 75 | 0 | 0.03 | 0.68 | 0.07 | 57.06 | 0.83 | 0.61 |
| Hex | EE | E6 | 4B | 0 | 3 | 44 | 7 | 39 | 53 | 3D |
| Octal | 356 | 346 | 113 | 0 | 3 | 104 | 7 | 71 | 123 | 75 |
| Binary | 11101110 | 11100110 | 1001011 | 0 | 11 | 1000100 | 111 | 111001 | 1010011 | 111101 |
Color Harmonies of #EEE64B
Complementary color
Monochromatic Colors of #EEE64B
Black with #EEE64B
Text Example
Text Example
White with #EEE64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE64B; }
p { color: rgb(238,230,75); }
H1.HeaderClassName
{
color: #EEE64B;
}
.AnyTagClassName
{
color: #EEE64B;
}
</style>
background-color css
<style>
a { background-color: #EEE64B; }
a { background-color: rgb(238,230,75); }
div.DivClassName
{
background-color: #EEE64B;
}
.BgClassName
{
background-color: #EEE64B;
}
</style>
border-color css
<style>
span { border-color: #EEE64B; }
span { border-color: rgb(238,230,75); }
td.TdClassName
{
border-color: #EEE64B;
}
.TagClassName
{
border-color: #EEE64B;
}
</style>