Html Css Color HEX #EFE516 Lemon

📋 copy color: '#EFE516'

red 239 ◦ green 229 ◦ blue 22

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

Shades of Lemon #EFE516

Tints of Lemon #EFE516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.49%

R = 48.78%
G = 46.73%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EFE516 (or 0xEFE516) is known color: Lemon. HEX triplet: EF, E5 and 16. RGB value is (239,229,22). Sum of RGB (Red+Green+Blue) = 239+229+22=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 229 (89.84% from 255 or 46.73% from 490); Blue value is 22 (8.98% from 255 or 4.49% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE516 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE516 is #101AE9. Grayscale: #D1D1D1. Windows color (decimal): -1055466 or 1500655. OLE color: 1500655.

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

Color convert

RGB 239 229 22 -
CMYK 0 0.04 0.91 0.06
HSL 57.24º 0.87% 0.51% -
HSV(B) 57.24º 0.91% 0.94% -
XYZ 63.76 74.45 11.77 -
YUV 208.39 22.81 149.83 -
System Red Green Blue C M Y K H S L
Decimal 239 229 22 0 0.04 0.91 0.06 57.24 0.87 0.51
Hex EF E5 16 0 4 5B 6 39 57 33
Octal 357 345 26 0 4 133 6 71 127 63
Binary 11101111 11100101 10110 0 100 1011011 110 111001 1010111 110011

Color Harmonies of #EFE516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE516

Black with #EFE516

Text Example


Text Example

White with #EFE516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE516; }

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

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

background-color css

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

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

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

border-color css

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

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

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