Html Css Color HEX #E6F014 Lemon

📋 copy color: '#E6F014'

red 230 ◦ green 240 ◦ blue 20

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

Shades of Lemon #E6F014

Tints of Lemon #E6F014

RGB

 RED value IS 230 (90.23% from 255) = 46.94%

 GREEN value IS 240 (94.14% from 255) = 48.98%

 BLUE value IS 20 (8.2% from 255) = 4.08%

R = 46.94%
G = 48.98%
B = 4.08%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#E6F014 (or 0xE6F014) is known color: Lemon. HEX triplet: E6, F0 and 14. RGB value is (230,240,20). Sum of RGB (Red+Green+Blue) = 230+240+20=490 (64% of max value = 765). Red value is 230 (90.23% from 255 or 46.94% from 490); Green value is 240 (94.14% from 255 or 48.98% from 490); Blue value is 20 (8.20% from 255 or 4.08% from 490); Max value from RGB is 240 - color contains mainly: green. Hex color #E6F014 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E6F014 is #190FEB. Grayscale: #D4D4D4. Windows color (decimal): -1642476 or 1372390. OLE color: 1372390.

HSL color Cylindrical-coordinate representation of color #E6F014: hue angle of 62.73º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E6F014 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 230 240 20 -
CMYK 0.04 0 0.92 0.06
HSL 62.73º 0.88% 0.51% -
HSV(B) 62.73º 0.92% 0.94% -
XYZ 63.92 79.19 12.58 -
YUV 211.93 19.69 140.89 -
System Red Green Blue C M Y K H S L
Decimal 230 240 20 0.04 0 0.92 0.06 62.73 0.88 0.51
Hex E6 F0 14 4 0 5C 6 3F 58 33
Octal 346 360 24 4 0 134 6 77 130 63
Binary 11100110 11110000 10100 100 0 1011100 110 111111 1011000 110011

Color Harmonies of #E6F014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6F014

Black with #E6F014

Text Example


Text Example

White with #E6F014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6F014; }

 p { color: rgb(230,240,20); }

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

background-color css

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

 a { background-color: rgb(230,240,20); }

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

border-color css

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

 span { border-color: rgb(230,240,20); }

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