Html Css Color HEX #EFE019 Lemon

📋 copy color: '#EFE019'

red 239 ◦ green 224 ◦ blue 25

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

Shades of Lemon #EFE019

Tints of Lemon #EFE019

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.9%

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

R = 48.98%
G = 45.9%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EFE019 (or 0xEFE019) is known color: Lemon. HEX triplet: EF, E0 and 19. RGB value is (239,224,25). Sum of RGB (Red+Green+Blue) = 239+224+25=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 224 (87.89% from 255 or 45.90% from 488); Blue value is 25 (10.16% from 255 or 5.12% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE019 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE019 is #101FE6. Grayscale: #CECECE. Windows color (decimal): -1056743 or 1695983. OLE color: 1695983.

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

Color convert

RGB 239 224 25 -
CMYK 0 0.06 0.90 0.06
HSL 55.79º 0.87% 0.52% -
HSV(B) 55.79º 0.9% 0.94% -
XYZ 62.43 71.73 11.48 -
YUV 205.8 25.97 151.68 -
System Red Green Blue C M Y K H S L
Decimal 239 224 25 0 0.06 0.90 0.06 55.79 0.87 0.52
Hex EF E0 19 0 6 5A 6 38 57 34
Octal 357 340 31 0 6 132 6 70 127 64
Binary 11101111 11100000 11001 0 110 1011010 110 111000 1010111 110100

Color Harmonies of #EFE019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE019

Black with #EFE019

Text Example


Text Example

White with #EFE019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE019; }

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

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

background-color css

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

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

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

border-color css

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

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

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