Html Css Color HEX #EFE119 Lemon

📋 copy color: '#EFE119'

red 239 ◦ green 225 ◦ blue 25

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

Shades of Lemon #EFE119

Tints of Lemon #EFE119

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.01%

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

R = 48.88%
G = 46.01%
B = 5.11%

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

#EFE119 (or 0xEFE119) is known color: Lemon. HEX triplet: EF, E1 and 19. RGB value is (239,225,25). Sum of RGB (Red+Green+Blue) = 239+225+25=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 225 (88.28% from 255 or 46.01% from 489); Blue value is 25 (10.16% from 255 or 5.11% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE119 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE119 is #101EE6. Grayscale: #CFCFCF. Windows color (decimal): -1056487 or 1696239. OLE color: 1696239.

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

Color convert

RGB 239 225 25 -
CMYK 0 0.06 0.90 0.06
HSL 56.07º 0.87% 0.52% -
HSV(B) 56.07º 0.9% 0.94% -
XYZ 62.7 72.27 11.56 -
YUV 206.39 25.64 151.26 -
System Red Green Blue C M Y K H S L
Decimal 239 225 25 0 0.06 0.90 0.06 56.07 0.87 0.52
Hex EF E1 19 0 6 5A 6 38 57 34
Octal 357 341 31 0 6 132 6 70 127 64
Binary 11101111 11100001 11001 0 110 1011010 110 111000 1010111 110100

Color Harmonies of #EFE119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE119

Black with #EFE119

Text Example


Text Example

White with #EFE119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE119; }

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

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

background-color css

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

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

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

border-color css

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

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

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