Html Css Color HEX #EFE50E Lemon

📋 copy color: '#EFE50E'

red 239 ◦ green 229 ◦ blue 14

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

Shades of Lemon #EFE50E

Tints of Lemon #EFE50E

RGB

 RED value IS 239 (93.75% from 255) = 49.59%

 GREEN value IS 229 (89.84% from 255) = 47.51%

 BLUE value IS 14 (5.86% from 255) = 2.9%

R = 49.59%
G = 47.51%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EFE50E (or 0xEFE50E) is known color: Lemon. HEX triplet: EF, E5 and 0E. RGB value is (239,229,14). Sum of RGB (Red+Green+Blue) = 239+229+14=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 229 (89.84% from 255 or 47.51% from 482); Blue value is 14 (5.86% from 255 or 2.90% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE50E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE50E is #101AF1. Grayscale: #D0D0D0. Windows color (decimal): -1055474 or 976367. OLE color: 976367.

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

Color convert

RGB 239 229 14 -
CMYK 0 0.04 0.94 0.06
HSL 57.33º 0.89% 0.5% -
HSV(B) 57.33º 0.94% 0.94% -
XYZ 63.7 74.42 11.42 -
YUV 207.48 18.81 150.48 -
System Red Green Blue C M Y K H S L
Decimal 239 229 14 0 0.04 0.94 0.06 57.33 0.89 0.5
Hex EF E5 E 0 4 5E 6 39 59 32
Octal 357 345 16 0 4 136 6 71 131 62
Binary 11101111 11100101 1110 0 100 1011110 110 111001 1011001 110010

Color Harmonies of #EFE50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE50E

Black with #EFE50E

Text Example


Text Example

White with #EFE50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE50E; }

 p { color: rgb(239,229,14); }

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

background-color css

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

 a { background-color: rgb(239,229,14); }

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

border-color css

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

 span { border-color: rgb(239,229,14); }

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