Html Css Color HEX #EFEF19 Lemon

📋 copy color: '#EFEF19'

red 239 ◦ green 239 ◦ blue 25

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

Shades of Lemon #EFEF19

Tints of Lemon #EFEF19

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.51%

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

R = 47.51%
G = 47.51%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EFEF19 (or 0xEFEF19) is known color: Lemon. HEX triplet: EF, EF and 19. RGB value is (239,239,25). Sum of RGB (Red+Green+Blue) = 239+239+25=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 239 (93.75% from 255 or 47.51% from 503); Blue value is 25 (10.16% from 255 or 4.97% from 503); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF19 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEF19 is #1010E6. Grayscale: #D7D7D7. Windows color (decimal): -1052903 or 1699823. OLE color: 1699823.

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

Color convert

RGB 239 239 25 -
CMYK 0 0 0.90 0.06
HSL 60º 0.87% 0.52% -
HSV(B) 60º 0.9% 0.94% -
XYZ 66.64 80.15 12.88 -
YUV 214.6 21 145.4 -
System Red Green Blue C M Y K H S L
Decimal 239 239 25 0 0 0.90 0.06 60 0.87 0.52
Hex EF EF 19 0 0 5A 6 3C 57 34
Octal 357 357 31 0 0 132 6 74 127 64
Binary 11101111 11101111 11001 0 0 1011010 110 111100 1010111 110100

Color Harmonies of #EFEF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEF19

Black with #EFEF19

Text Example


Text Example

White with #EFEF19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEF19; }

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

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

background-color css

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

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

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

border-color css

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

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

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