Html Css Color HEX #E2E212 Lemon

📋 copy color: '#E2E212'

red 226 ◦ green 226 ◦ blue 18

#E2E212
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon #E2E212

Tints of Lemon #E2E212

RGB

 RED value IS 226 (88.67% from 255) = 48.09%

 GREEN value IS 226 (88.67% from 255) = 48.09%

 BLUE value IS 18 (7.42% from 255) = 3.83%

R = 48.09%
G = 48.09%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E2E212 (or 0xE2E212) is known color: Lemon. HEX triplet: E2, E2 and 12. RGB value is (226,226,18). Sum of RGB (Red+Green+Blue) = 226+226+18=470 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.09% from 470); Green value is 226 (88.67% from 255 or 48.09% from 470); Blue value is 18 (7.42% from 255 or 3.83% from 470); Max value from RGB is 226 - color contains mainly: red, green. Hex color #E2E212 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2E212 is #1D1DED. Grayscale: #CBCBCB. Windows color (decimal): -1908206 or 1237730. OLE color: 1237730.

HSL color Cylindrical-coordinate representation of color #E2E212: hue angle of 60º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E2E212 is Cyan = 0, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 226 18 -
CMYK 0 0 0.92 0.11
HSL 60º 0.85% 0.48% -
HSV(B) 60º 0.92% 0.89% -
XYZ 58.67 70.61 11.11 -
YUV 202.29 24 144.91 -
System Red Green Blue C M Y K H S L
Decimal 226 226 18 0 0 0.92 0.11 60 0.85 0.48
Hex E2 E2 12 0 0 5C B 3C 55 30
Octal 342 342 22 0 0 134 13 74 125 60
Binary 11100010 11100010 10010 0 0 1011100 1011 111100 1010101 110000

Color Harmonies of #E2E212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E212

Black with #E2E212

Text Example


Text Example

White with #E2E212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E212; }

 p { color: rgb(226,226,18); }

 H1.HeaderClassName
 {
   color: #E2E212;
 }
 .AnyTagClassName
 {
   color: #E2E212;
 }
</style>

background-color css

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

 a { background-color: rgb(226,226,18); }

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

border-color css

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

 span { border-color: rgb(226,226,18); }

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