#EEF322

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

Shades of Lemon #EEF322

Tints of Lemon #EEF322

Color information

#EEF322 (or 0xEEF322) is unknown color: approx Lemon. HEX triplet: EE, F3 and 22. RGB value is (238,243,34). Sum of RGB (Red+Green+Blue) = 238+243+34=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 243 (95.31% from 255 or 47.18% from 515); Blue value is 34 (13.67% from 255 or 6.60% from 515); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF322 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF322 is #110CDD. Grayscale: #DADADA. Windows color (decimal): -1117406 or 2290670. OLE color: 2290670.

HSL color Cylindrical-coordinate representation of color #EEF322: hue angle of 61.44º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EEF322 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB23824334-
CMYK0.0200.860.05
HSL61.44º89.7%54.31%-
HSV(B)61.44º86.01%95.29%-
XYZ67.682.3913.85-
YUV217.6824.34142.49-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.21%
GREEN value IS 243 (95.31% from 255) = 47.18%
BLUE value IS 34 (13.67% from 255) = 6.60%
R=46.21%
G=47.18%
B=6.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal238243340.0200.860.0561.4489.754.31
HexEEF322205653d5a36
Octal356363422012657513266
Binary111011101111001110001010010101101011111011011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF322; }

 p { color: rgb(238,243,34); }

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

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

 a { background-color: rgb(238,243,34); }

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

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

 span { border-color: rgb(238,243,34); }

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