Html Css Color HEX #EFED16 Lemon

📋 copy color: '#EFED16'

red 239 ◦ green 237 ◦ blue 22

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

Shades of Lemon #EFED16

Tints of Lemon #EFED16

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.59%

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

R = 47.99%
G = 47.59%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EFED16 (or 0xEFED16) is known color: Lemon. HEX triplet: EF, ED and 16. RGB value is (239,237,22). Sum of RGB (Red+Green+Blue) = 239+237+22=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 237 (92.97% from 255 or 47.59% from 498); Blue value is 22 (8.98% from 255 or 4.42% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFED16 is #1012E9. Grayscale: #D5D5D5. Windows color (decimal): -1053418 or 1502703. OLE color: 1502703.

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

Color convert

RGB 239 237 22 -
CMYK 0 0.01 0.91 0.06
HSL 59.45º 0.87% 0.51% -
HSV(B) 59.45º 0.91% 0.94% -
XYZ 66.03 78.98 12.52 -
YUV 213.09 20.16 146.48 -
System Red Green Blue C M Y K H S L
Decimal 239 237 22 0 0.01 0.91 0.06 59.45 0.87 0.51
Hex EF ED 16 0 1 5B 6 3B 57 33
Octal 357 355 26 0 1 133 6 73 127 63
Binary 11101111 11101101 10110 0 1 1011011 110 111011 1010111 110011

Color Harmonies of #EFED16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFED16

Black with #EFED16

Text Example


Text Example

White with #EFED16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFED16; }

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

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

background-color css

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

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

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

border-color css

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

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

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