Html Css Color HEX #EFE514 Lemon

📋 copy color: '#EFE514'

red 239 ◦ green 229 ◦ blue 20

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

Shades of Lemon #EFE514

Tints of Lemon #EFE514

RGB

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

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

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

R = 48.98%
G = 46.93%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFE514 (or 0xEFE514) is known color: Lemon. HEX triplet: EF, E5 and 14. RGB value is (239,229,20). Sum of RGB (Red+Green+Blue) = 239+229+20=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 229 (89.84% from 255 or 46.93% from 488); Blue value is 20 (8.20% from 255 or 4.10% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE514 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE514 is #101AEB. Grayscale: #D1D1D1. Windows color (decimal): -1055468 or 1369583. OLE color: 1369583.

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

Color convert

RGB 239 229 20 -
CMYK 0 0.04 0.92 0.06
HSL 57.26º 0.87% 0.51% -
HSV(B) 57.26º 0.92% 0.94% -
XYZ 63.74 74.44 11.67 -
YUV 208.16 21.81 149.99 -
System Red Green Blue C M Y K H S L
Decimal 239 229 20 0 0.04 0.92 0.06 57.26 0.87 0.51
Hex EF E5 14 0 4 5C 6 39 57 33
Octal 357 345 24 0 4 134 6 71 127 63
Binary 11101111 11100101 10100 0 100 1011100 110 111001 1010111 110011

Color Harmonies of #EFE514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE514

Black with #EFE514

Text Example


Text Example

White with #EFE514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE514; }

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

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

background-color css

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

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

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

border-color css

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

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

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