Html Css Color HEX #EFE519 Lemon

📋 copy color: '#EFE519'

red 239 ◦ green 229 ◦ blue 25

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

Shades of Lemon #EFE519

Tints of Lemon #EFE519

RGB

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

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

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

R = 48.48%
G = 46.45%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EFE519 (or 0xEFE519) is known color: Lemon. HEX triplet: EF, E5 and 19. RGB value is (239,229,25). Sum of RGB (Red+Green+Blue) = 239+229+25=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 229 (89.84% from 255 or 46.45% from 493); Blue value is 25 (10.16% from 255 or 5.07% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE519 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE519 is #101AE6. Grayscale: #D1D1D1. Windows color (decimal): -1055463 or 1697263. OLE color: 1697263.

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

Color convert

RGB 239 229 25 -
CMYK 0 0.04 0.90 0.06
HSL 57.2º 0.87% 0.52% -
HSV(B) 57.2º 0.9% 0.94% -
XYZ 63.79 74.46 11.93 -
YUV 208.73 24.31 149.59 -
System Red Green Blue C M Y K H S L
Decimal 239 229 25 0 0.04 0.90 0.06 57.2 0.87 0.52
Hex EF E5 19 0 4 5A 6 39 57 34
Octal 357 345 31 0 4 132 6 71 127 64
Binary 11101111 11100101 11001 0 100 1011010 110 111001 1010111 110100

Color Harmonies of #EFE519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE519

Black with #EFE519

Text Example


Text Example

White with #EFE519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE519; }

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

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

background-color css

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

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

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

border-color css

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

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

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