Html Css Color HEX #E2E215 Lemon

📋 copy color: '#E2E215'

red 226 ◦ green 226 ◦ blue 21

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

Shades of Lemon #E2E215

Tints of Lemon #E2E215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.44%

R = 47.78%
G = 47.78%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E2E215 (or 0xE2E215) is known color: Lemon. HEX triplet: E2, E2 and 15. RGB value is (226,226,21). Sum of RGB (Red+Green+Blue) = 226+226+21=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 226 (88.67% from 255 or 47.78% from 473); Blue value is 21 (8.59% from 255 or 4.44% from 473); Max value from RGB is 226 - color contains mainly: red, green. Hex color #E2E215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2E215 is #1D1DEA. Grayscale: #CBCBCB. Windows color (decimal): -1908203 or 1434338. OLE color: 1434338.

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

Color convert

RGB 226 226 21 -
CMYK 0 0 0.91 0.11
HSL 60º 0.83% 0.48% -
HSV(B) 60º 0.91% 0.89% -
XYZ 58.7 70.62 11.25 -
YUV 202.63 25.5 144.67 -
System Red Green Blue C M Y K H S L
Decimal 226 226 21 0 0 0.91 0.11 60 0.83 0.48
Hex E2 E2 15 0 0 5B B 3C 53 30
Octal 342 342 25 0 0 133 13 74 123 60
Binary 11100010 11100010 10101 0 0 1011011 1011 111100 1010011 110000

Color Harmonies of #E2E215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E215

Black with #E2E215

Text Example


Text Example

White with #E2E215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E215; }

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

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

background-color css

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

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

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

border-color css

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

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

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