Html Css Color HEX #EFE50C Lemon

📋 copy color: '#EFE50C'

red 239 ◦ green 229 ◦ blue 12

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

Shades of Lemon #EFE50C

Tints of Lemon #EFE50C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.5%

R = 49.79%
G = 47.71%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFE50C (or 0xEFE50C) is known color: Lemon. HEX triplet: EF, E5 and 0C. RGB value is (239,229,12). Sum of RGB (Red+Green+Blue) = 239+229+12=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 229 (89.84% from 255 or 47.71% from 480); Blue value is 12 (5.08% from 255 or 2.5% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE50C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE50C is #101AF3. Grayscale: #D0D0D0. Windows color (decimal): -1055476 or 845295. OLE color: 845295.

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

Color convert

RGB 239 229 12 -
CMYK 0 0.04 0.95 0.06
HSL 57.36º 0.9% 0.49% -
HSV(B) 57.36º 0.95% 0.94% -
XYZ 63.68 74.42 11.36 -
YUV 207.25 17.81 150.64 -
System Red Green Blue C M Y K H S L
Decimal 239 229 12 0 0.04 0.95 0.06 57.36 0.9 0.49
Hex EF E5 C 0 4 5F 6 39 5A 31
Octal 357 345 14 0 4 137 6 71 132 61
Binary 11101111 11100101 1100 0 100 1011111 110 111001 1011010 110001

Color Harmonies of #EFE50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE50C

Black with #EFE50C

Text Example


Text Example

White with #EFE50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE50C; }

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

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

background-color css

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

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

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

border-color css

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

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

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