Html Css Color HEX #E2E40F Lemon

📋 copy color: '#E2E40F'

red 226 ◦ green 228 ◦ blue 15

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

Shades of Lemon #E2E40F

Tints of Lemon #E2E40F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.2%

R = 48.19%
G = 48.61%
B = 3.2%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E2E40F (or 0xE2E40F) is known color: Lemon. HEX triplet: E2, E4 and 0F. RGB value is (226,228,15). Sum of RGB (Red+Green+Blue) = 226+228+15=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 228 (89.45% from 255 or 48.61% from 469); Blue value is 15 (6.25% from 255 or 3.20% from 469); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2E40F is #1D1BF0. Grayscale: #CBCBCB. Windows color (decimal): -1907697 or 1041634. OLE color: 1041634.

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

Color convert

RGB 226 228 15 -
CMYK 0.01 0 0.93 0.11
HSL 60.56º 0.88% 0.48% -
HSV(B) 60.56º 0.93% 0.89% -
XYZ 59.19 71.69 11.17 -
YUV 203.12 21.84 144.32 -
System Red Green Blue C M Y K H S L
Decimal 226 228 15 0.01 0 0.93 0.11 60.56 0.88 0.48
Hex E2 E4 F 1 0 5D B 3D 58 30
Octal 342 344 17 1 0 135 13 75 130 60
Binary 11100010 11100100 1111 1 0 1011101 1011 111101 1011000 110000

Color Harmonies of #E2E40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E40F

Black with #E2E40F

Text Example


Text Example

White with #E2E40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E40F; }

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

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

background-color css

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

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

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

border-color css

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

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

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