Html Css Color HEX #EFED19 Lemon

📋 copy color: '#EFED19'

red 239 ◦ green 237 ◦ blue 25

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

Shades of Lemon #EFED19

Tints of Lemon #EFED19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 4.99%

R = 47.7%
G = 47.31%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EFED19 (or 0xEFED19) is known color: Lemon. HEX triplet: EF, ED and 19. RGB value is (239,237,25). Sum of RGB (Red+Green+Blue) = 239+237+25=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 237 (92.97% from 255 or 47.31% from 501); Blue value is 25 (10.16% from 255 or 4.99% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED19 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFED19 is #1012E6. Grayscale: #D6D6D6. Windows color (decimal): -1053415 or 1699311. OLE color: 1699311.

HSL color Cylindrical-coordinate representation of color #EFED19: hue angle of 59.44º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFED19 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 237 25 -
CMYK 0 0.01 0.90 0.06
HSL 59.44º 0.87% 0.52% -
HSV(B) 59.44º 0.9% 0.94% -
XYZ 66.06 78.99 12.68 -
YUV 213.43 21.66 146.24 -
System Red Green Blue C M Y K H S L
Decimal 239 237 25 0 0.01 0.90 0.06 59.44 0.87 0.52
Hex EF ED 19 0 1 5A 6 3B 57 34
Octal 357 355 31 0 1 132 6 73 127 64
Binary 11101111 11101101 11001 0 1 1011010 110 111011 1010111 110100

Color Harmonies of #EFED19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFED19

Black with #EFED19

Text Example


Text Example

White with #EFED19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFED19; }

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

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

background-color css

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

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

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

border-color css

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

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

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