Html Css Color HEX #E6EF14 Lemon

📋 copy color: '#E6EF14'

red 230 ◦ green 239 ◦ blue 20

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

Shades of Lemon #E6EF14

Tints of Lemon #E6EF14

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.88%

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

R = 47.03%
G = 48.88%
B = 4.09%

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

#E6EF14 (or 0xE6EF14) is known color: Lemon. HEX triplet: E6, EF and 14. RGB value is (230,239,20). Sum of RGB (Red+Green+Blue) = 230+239+20=489 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.03% from 489); Green value is 239 (93.75% from 255 or 48.88% from 489); Blue value is 20 (8.20% from 255 or 4.09% from 489); Max value from RGB is 239 - color contains mainly: green. Hex color #E6EF14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E6EF14 is #1910EB. Grayscale: #D4D4D4. Windows color (decimal): -1642732 or 1372134. OLE color: 1372134.

HSL color Cylindrical-coordinate representation of color #E6EF14: hue angle of 62.47º degrees, saturation: 0.87, 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 #E6EF14 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 230 239 20 -
CMYK 0.04 0 0.92 0.06
HSL 62.47º 0.87% 0.51% -
HSV(B) 62.47º 0.92% 0.94% -
XYZ 63.63 78.61 12.48 -
YUV 211.34 20.02 141.31 -
System Red Green Blue C M Y K H S L
Decimal 230 239 20 0.04 0 0.92 0.06 62.47 0.87 0.51
Hex E6 EF 14 4 0 5C 6 3E 57 33
Octal 346 357 24 4 0 134 6 76 127 63
Binary 11100110 11101111 10100 100 0 1011100 110 111110 1010111 110011

Color Harmonies of #E6EF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6EF14

Black with #E6EF14

Text Example


Text Example

White with #E6EF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6EF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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