#EEF942

Color #EEF942 Paris Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris Daisy #EEF942

Tints of Paris Daisy #EEF942

Color information

#EEF942 (or 0xEEF942) is unknown color: approx Paris Daisy. HEX triplet: EE, F9 and 42. RGB value is (238,249,66). Sum of RGB (Red+Green+Blue) = 238+249+66=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 249 (97.66% from 255 or 45.03% from 553); Blue value is 66 (26.17% from 255 or 11.93% from 553); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF942 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF942 is #1106BD. Grayscale: #E1E1E1. Windows color (decimal): -1115838 or 4389358. OLE color: 4389358.

HSL color Cylindrical-coordinate representation of color #EEF942: hue angle of 63.61º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EEF942 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB23824966-
CMYK0.0400.730.02
HSL63.61º93.85%61.76%-
HSV(B)63.61º73.49%97.65%-
XYZ70.1286.3218.12-
YUV224.8538.36137.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 43.04%
GREEN value IS 249 (97.66% from 255) = 45.03%
BLUE value IS 66 (26.17% from 255) = 11.93%
R=43.04%
G=45.03%
B=11.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal238249660.0400.730.0263.6193.8561.76
HexEEF94240492405e3e
Octal35637110240111210013676
Binary11101110111110011000010100010010011010000001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF942; }

 p { color: rgb(238,249,66); }

 H1.HeaderClassName
 {
   color: #EEF942;
 }
 .AnyTagClassName
 {
   color: #EEF942;
 }
</style>
background-color css

<style>
 a { background-color: #EEF942; }

 a { background-color: rgb(238,249,66); }

 div.DivClassName
 {
   background-color: #EEF942;
 }
 .BgClassName
 {
   background-color: #EEF942;
 }
</style>
border-color css

<style>
 span { border-color: #EEF942; }

 span { border-color: rgb(238,249,66); }

 td.TdClassName
 {
   border-color: #EEF942;
 }
 .TagClassName
 {
   border-color: #EEF942;
 }
</style>