Html Css Color HEX #EFEF05 Lemon

📋 copy color: '#EFEF05'

red 239 ◦ green 239 ◦ blue 5

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

Shades of Lemon #EFEF05

Tints of Lemon #EFEF05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.04%

R = 49.48%
G = 49.48%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EFEF05 (or 0xEFEF05) is known color: Lemon. HEX triplet: EF, EF and 05. RGB value is (239,239,5). Sum of RGB (Red+Green+Blue) = 239+239+5=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 239 (93.75% from 255 or 49.48% from 483); Blue value is 5 (2.34% from 255 or 1.04% from 483); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF05 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEF05 is #1010FA. Grayscale: #D5D5D5. Windows color (decimal): -1052923 or 389103. OLE color: 389103.

HSL color Cylindrical-coordinate representation of color #EFEF05: hue angle of 60º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EFEF05 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 239 5 -
CMYK 0 0 0.98 0.06
HSL 60º 0.96% 0.48% -
HSV(B) 60º 0.98% 0.94% -
XYZ 66.49 80.09 12.1 -
YUV 212.32 11 147.03 -
System Red Green Blue C M Y K H S L
Decimal 239 239 5 0 0 0.98 0.06 60 0.96 0.48
Hex EF EF 5 0 0 62 6 3C 60 30
Octal 357 357 5 0 0 142 6 74 140 60
Binary 11101111 11101111 101 0 0 1100010 110 111100 1100000 110000

Color Harmonies of #EFEF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEF05

Black with #EFEF05

Text Example


Text Example

White with #EFEF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEF05; }

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

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

background-color css

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

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

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

border-color css

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

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

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