Html Css Color HEX #E2E40A Lemon

📋 copy color: '#E2E40A'

red 226 ◦ green 228 ◦ blue 10

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

Shades of Lemon #E2E40A

Tints of Lemon #E2E40A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 49.14%

 BLUE value IS 10 (4.3% from 255) = 2.16%

R = 48.71%
G = 49.14%
B = 2.16%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E2E40A (or 0xE2E40A) is known color: Lemon. HEX triplet: E2, E4 and 0A. RGB value is (226,228,10). Sum of RGB (Red+Green+Blue) = 226+228+10=464 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.71% from 464); Green value is 228 (89.45% from 255 or 49.14% from 464); Blue value is 10 (4.30% from 255 or 2.16% from 464); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E40A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2E40A is #1D1BF5. Grayscale: #CBCBCB. Windows color (decimal): -1907702 or 713954. OLE color: 713954.

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

Color convert

RGB 226 228 10 -
CMYK 0.01 0 0.96 0.11
HSL 60.55º 0.92% 0.47% -
HSV(B) 60.55º 0.96% 0.89% -
XYZ 59.16 71.68 11 -
YUV 202.55 19.34 144.73 -
System Red Green Blue C M Y K H S L
Decimal 226 228 10 0.01 0 0.96 0.11 60.55 0.92 0.47
Hex E2 E4 A 1 0 60 B 3D 5C 2F
Octal 342 344 12 1 0 140 13 75 134 57
Binary 11100010 11100100 1010 1 0 1100000 1011 111101 1011100 101111

Color Harmonies of #E2E40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E40A

Black with #E2E40A

Text Example


Text Example

White with #E2E40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E40A; }

 p { color: rgb(226,228,10); }

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

background-color css

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

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

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

border-color css

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

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

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